README.md edited online with Bitbucket

This commit is contained in:
zilti@lyrion.ch 2015-01-17 05:47:39 +00:00
parent ba3dd17984
commit 4f65cd5ff9
1 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
[![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl-3.0.en.html#content)
[![Clojars](https://img.shields.io/badge/clojars-0.0.20--SNAPSHOT-blue.svg?style=flat)](https://clojars.org/clojurefx/versions/0.0.20-SNAPSHOT)
[![Gratipay](//img.shields.io/gratipay/zilti.svg?style=flat)](//gratipay.com/zilti)
[![Flattr this](//api.flattr.com/button/flattr-badge-small.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fclojurefx)
# ClojureFX
```clojure
@ -20,7 +25,4 @@ This is in a very early state, so there isn't much yet. Take a look at the [Cloj
Label {:text "I'm ClojureFX!"}
HBox {:id "HorizontalBox"
:children [Button {:text "Alright."}]}]}])
```
## Donations
[![Gratipay](//img.shields.io/gratipay/zilti.svg)](//gratipay.com/zilti) [![Flattr this](//api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fclojurefx)
```