From 9e3253ee70da6b0c38d7a10dfcbc30191170376e Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Thu, 4 Dec 2014 18:28:53 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 061a08888..94855d1db 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ would render this lovely chart: ![Example 1](http://www.sveido.com/mermaid/img/ex1.png) -A simple page with a live example can be seen [here](http://www.sveido.com/mermaid/simpleExample.html). You can also look at mermaid in action using [jsbin](http://jsbin.com/faxunexeku/1/edit?html,output). +A page with a live example can be seen [here](http://www.sveido.com/mermaid/demo/html/web.html). You can also look at mermaid in action using [jsbin](http://jsbin.com/faxunexeku/1/edit?html,output). #Installation Either use the bower package manager as per below: @@ -284,4 +284,4 @@ flow.parser.yy = graph; Look at graphDb.js for more details on that object. # Credits -Many thanks to the [d3](http://d3js.org/) and [dagre-d3](https://github.com/cpettitt/dagre-d3) projects for providing the graphical layout and drawing libraries! +Many thanks to the [d3](http://d3js.org/) and [dagre-d3](https://github.com/cpettitt/dagre-d3) projects for providing the graphical layout and drawing libraries! Thanks also to the [js-sequence-diagram](http://bramp.github.io/js-sequence-diagrams) project for usage of the grammar for the sequence diagrams. From 76d48db21918d5430e8d1d878abd5efc2593d48a Mon Sep 17 00:00:00 2001 From: Guy Ellis Date: Thu, 4 Dec 2014 15:16:40 -0500 Subject: [PATCH 2/2] Fixed reference to Git repo. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6037e881d..42cfc0846 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/username/repository.git" + "url": "https://github.com/knsv/mermaid" }, "author": "", "license": "BSD-2-Clause",