README.md in jekyll-diagrams-0.4.1 vs README.md in jekyll-diagrams-0.4.2

- old
+ new

@@ -1,8 +1,12 @@ # Jekyll Diagrams -[![Gem Version](https://badge.fury.io/rb/jekyll-diagrams.svg)](https://badge.fury.io/rb/jekyll-diagrams) +[![Travis](https://img.shields.io/travis/zhustec/jekyll-diagrams.svg?style=flat-square)](https://travis-ci.com/zhustec/jekyll-diagrams) +[![Gem](https://img.shields.io/gem/v/jekyll-diagrams.svg?style=flat-square)](https://rubygems.org/gems/jekyll-diagrams) +[![Coveralls github](https://img.shields.io/coveralls/github/zhustec/jekyll-diagrams/master.svg?style=flat-square)](https://coveralls.io/github/zhustec/jekyll-diagrams) +[![Depfu](https://img.shields.io/depfu/zhustec/jekyll-diagrams.svg?style=flat-square)](https://depfu.com/repos/zhustec/jekyll-diagrams) +[![license](https://img.shields.io/github/license/zhustec/jekyll-diagrams.svg?style=flat-square)](https://github.com/zhustec/jekyll-diagrams/blob/master/LICENSE) Jekyll Diagrams is a jekyll plugins for creating amazing diagrams, including: - Graphviz - Blockdiag, Seqdiag, Actdiag and Nwdiag @@ -32,11 +36,11 @@ ``` And then add this line to your application's `_config.yml` file: ```yaml -gems: +plugins: - jekyll-diagrams ``` ## Usage @@ -81,13 +85,13 @@ A -> D [label=c]; B -> D [label=d]; {% endgraphviz %} ``` -### Diag +### Blockdiag -Diag contains: +Blockdiag contains: * `blockdiag` : simple block-diagram image generator * `seqdiag` : simple sequence-diagram image generator * `actdiag` : simple activity-diagram image generator * `nwdiag` : simple network-diagram image generators @@ -166,10 +170,10 @@ `options` is the command line options, and will be appended to the command. Default is set to '-Tsvg --nodoctype'. ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/farkasity/jekyll-diagrams. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. +Bug reports and pull requests are welcome on GitHub at https://github.com/zhustec/jekyll-diagrams. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).