Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinflahaut committed Mar 11, 2014
1 parent 19a3bfa commit db52f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ graph.addEdge("europe", "germany", "euro", "#FFA500", true);
graph.addEdge("europe", "italy", "euro", "#FFA500", true);
graph.addEdge("europe", "spain", "euro", "#FFA500", true);
graph.addEdge("europe", "etce", 4.0, "euro", "#0000FF", true);
graph.addEdge("europe", "uk", "£", "#FFA500", true);
graph.addEdge("europe", "uk", "", "#FFA500", true);

graph.addEdge("asia", "china");
graph.addEdge("asia", "japan");
Expand Down Expand Up @@ -321,7 +321,7 @@ public void onModuleLoad() {
```

### Release notes
#### v1.0.0
#### v1.0.1
- fix dependencies
- Add support for vivagraph (but not modification of the graph once its displayed

Expand All @@ -332,4 +332,4 @@ public void onModuleLoad() {
### Disclaimer
Due to a bug of event in the lib vivagraph, there is not support for changing a node following an event.
We can display a graph get any event but we can't change the graph display fllowing an event.
https://github.com/anvaka/VivaGraphJS/issues/77
https://github.com/anvaka/VivaGraphJS/issues/77

0 comments on commit db52f09

Please sign in to comment.