Skip to content

Commit

Permalink
readme.md: added badge and link to Packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 6, 2014
1 parent ee30dbe commit 6e325ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[NEON](http://ne-on.org): Nette Object Notation
===============================================

[![Downloads this Month](https://img.shields.io/packagist/dm/nette/neon.svg)](https://packagist.org/packages/nette/neon)
[![Build Status](https://travis-ci.org/nette/neon.svg?branch=master)](https://travis-ci.org/nette/neon)

NEON is very similar to YAML.The main difference is that the NEON supports "entities"
(so can be used e.g. to parse phpDoc annotations) and tab characters for indentation.
NEON syntax is a little simpler and the parsing is faster.
Expand All @@ -24,7 +27,3 @@ users:
- Kryten
- Rimmer
```

-----

[![Build Status](https://secure.travis-ci.org/nette/application.png?branch=master)](http://travis-ci.org/nette/application)

0 comments on commit 6e325ab

Please sign in to comment.