Skip to content

Commit 6cb7d8f

Browse files
Updating install instructions to what a developer most likely needs to run (#16)
1 parent bef19d9 commit 6cb7d8f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ document.body.appendChild(graph.dom);
4343

4444
The library is also available on [npm](https://www.npmjs.com/package/pcui-graph) and can be installed in your project with
4545
```
46-
npm install @playcanvas/pcui-graph
46+
npm install --save @playcanvas/pcui-graph @playcanvas/pcui @playcanvas/observer
4747
```
4848

4949
The npm package includes three builds of the library:
@@ -53,11 +53,6 @@ The npm package includes three builds of the library:
5353
@playcanvas/pcui-graph/bundle.mjs // module build, with all external dependencies bundled
5454
```
5555

56-
The current external dependencies for this project are:
57-
```
58-
@playcanvas/pcui
59-
@playcanvas/observer
60-
```
6156
## Storybook
6257

6358
Examples of different graphs created with this library can be viewed by running storybook. Do so by running the following in the this projects root directory:

0 commit comments

Comments
 (0)