From db52f09fd2662a1f358991779929bfde6a001e3e Mon Sep 17 00:00:00 2001 From: quentinflahaut Date: Tue, 11 Mar 2014 09:35:17 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2e2e92..a632075 100644 --- a/README.md +++ b/README.md @@ -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"); @@ -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 @@ -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 \ No newline at end of file +https://github.com/anvaka/VivaGraphJS/issues/77