Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Yonaba/Moses.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonaba <roland.yonaba@gmail.com>2017-04-08 12:09:35 +0300
committerYonaba <roland.yonaba@gmail.com>2017-04-08 12:09:35 +0300
commit8ca2b9a8069b1ba3433523958a7bc18003663ccd (patch)
treee2253e177961c4dbc255730abc11af7436dbf7d5 /README.md
parent746814cbbd1ee601ce470b28cbfb8a44d0f28575 (diff)
Place Gitter badge at the top
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 464adf6..7f39fae 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
[![Build Status](https://travis-ci.org/Yonaba/Moses.png)](https://travis-ci.org/Yonaba/Moses)
[![Coverage Status](https://coveralls.io/repos/Yonaba/Moses/badge.png?branch=master)](https://coveralls.io/r/Yonaba/Moses?branch=master)
[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE)
+[![Join the chat at https://gitter.im/Yonaba/Moses](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Yonaba/Moses?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A Lua utility-belt library for [functional programming](http://en.wikipedia.org/wiki/Functional_programming). It complements the built-in __Lua table library__, making easier
operations on arrays, lists, collections.<br/>
@@ -10,8 +11,6 @@ __Moses__ was deeply inspired by [Underscore.js](http://underscorejs.org).
## Download & Installation
### Bash
-[![Join the chat at https://gitter.im/Yonaba/Moses](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Yonaba/Moses?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
```bash
git clone git://github.com/Yonaba/Moses.git
````