mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Move Gitter chat badge to a new line in README
This commit is contained in:
parent
df5bed4df0
commit
68a73e72fe
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
# Docile
|
||||
|
||||
[![Join the chat at https://gitter.im/ms-ati/docile](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ms-ati/docile?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![Gem Version](https://badge.fury.io/rb/docile.png)](http://badge.fury.io/rb/docile)
|
||||
[![Build Status](https://travis-ci.org/ms-ati/docile.png)](https://travis-ci.org/ms-ati/docile)
|
||||
[![Dependency Status](https://gemnasium.com/ms-ati/docile.png)](https://gemnasium.com/ms-ati/docile)
|
||||
|
@ -8,6 +7,8 @@
|
|||
[![Coverage Status](https://coveralls.io/repos/ms-ati/docile/badge.png)](https://coveralls.io/r/ms-ati/docile)
|
||||
[![Inline docs](http://inch-ci.org/github/ms-ati/docile.png)](http://inch-ci.org/github/ms-ati/docile)
|
||||
|
||||
[![Join the chat at https://gitter.im/ms-ati/docile](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ms-ati/docile?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
Ruby makes it possible to create very expressive **Domain Specific
|
||||
Languages**, or **DSL**'s for short. However, it requires some deep knowledge and
|
||||
somewhat hairy meta-programming to get the interface just right.
|
||||
|
|
Loading…
Reference in a new issue