Skip to content

Commit d865b8e

Browse files
authored
Update index.md
1 parent 42a223f commit d865b8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/unity/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ C# component stubs for typescript files will also be automatically generated for
135135

136136
#### Creating and installing a npmdef
137137
To create a *NPM Definition* right click in the Unity Project browser and select ``Create/NPM Definition``.
138-
You can **install a *NPM Definition* package** to your runtime project by e.g. selecting your ``Export Info`` component and adding it to the ``dependencies`` list (internally this will just add the underlying npm package to your package.json).
138+
You can **install a *NPM Definition* package** to your runtime project by e.g. selecting your ``Needle Engine`` component (formerly ``Export Info``) and adding it to the ``dependencies`` list (this effectively adds the npmdef package to your web project's package.json in the `dependencies` array just like you would do it manually or by running `npm i <path/to/package>`).
139139

140140
![image](https://user-images.githubusercontent.com/5083203/170374130-d0e32516-a1d4-4903-97c2-7ec9fa0b17d4.png)
141141

@@ -151,4 +151,4 @@ To edit the code inside a *NPM Definition* package just double click the asset *
151151
- [Concept: Deployment (Share you website)](../deployment.md)
152152
- [Components: Learn about Everywhere Actions](../everywhere-actions.md)
153153
- [Beginner Scripting: Typescript essentials](../getting-started/typescript-essentials.md)
154-
- [Beginner Scripting: How to write custom components](../scripting.md)
154+
- [Beginner Scripting: How to write custom components](../scripting.md)

0 commit comments

Comments
 (0)