Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyflinn committed Feb 16, 2016
1 parent 67b2bb6 commit 48fff1e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ Cytoscape.js
##Installation

```javascript
<script src="pathToAngular/angular.js">
<script src="pathToCytoscape/cytoscape.js">
<script src="ngCytoscape.js">
bower install ngCytoscape
npm install
```
```javascript
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/cytoscape/dist/cytoscape.js"></script>
<script src="bower_components/ngCytoscape/dst/ngCytoscape.js">
```
Include `ngCytoscape` as a dependency in your application.

Expand Down

0 comments on commit 48fff1e

Please sign in to comment.