Merge remote-tracking branch 'origin/master'

This commit is contained in:
knsv
2015-06-14 09:39:00 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
mermaid [![Build Status](https://travis-ci.org/knsv/mermaid.svg?branch=master)](https://travis-ci.org/knsv/mermaid) [![Code Climate](https://codeclimate.com/github/knsv/mermaid/badges/gpa.svg)](https://codeclimate.com/github/knsv/mermaid) mermaid [![Build Status](https://travis-ci.org/knsv/mermaid.svg?branch=master)](https://travis-ci.org/knsv/mermaid) [![Code Climate](https://codeclimate.com/github/knsv/mermaid/badges/gpa.svg)](https://codeclimate.com/github/knsv/mermaid)
======= =======
>Development work currently ongoing in branch dev-0.5.0. Please submit any pull requests based on that branch if possible. Thanks.
Generation of diagrams and flowcharts from text in a similar manner as markdown. Generation of diagrams and flowcharts from text in a similar manner as markdown.
Ever wanted to simplify documentation and avoid heavy tools like Visio when explaining your code? Ever wanted to simplify documentation and avoid heavy tools like Visio when explaining your code?

View File

@@ -1,6 +1,5 @@
{ {
"name": "mermaid", "name": "mermaid",
"version": "0.5.0",
"authors": [ "authors": [
"knsv <knut@sveido.com>" "knsv <knut@sveido.com>"
], ],