Skip to content

Commit 61f3411

Browse files
updated instructions on how to install the library
1 parent 8b2b79f commit 61f3411

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525

2626
# Usage
2727

28-
Download the file `behavior3-VERSION.min.js` and include it into your HTML:
28+
Install the library
2929

30-
<script type="text/javascript" src="behavior3-VERSION.min.js"></script>
30+
```bash
31+
npm install behavior3js
32+
```
3133

3234
You can use the online visual editor to design your behavior tree:
3335

@@ -103,4 +105,4 @@ Through the development, you can use
103105

104106
gulp dev
105107

106-
in order to watch the source files and run jshint automatically.
108+
in order to watch the source files and run jshint automatically.

0 commit comments

Comments
 (0)