diff --git a/readme.md b/readme.md index 9137b07..ab46729 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,4 @@ -[NEON](https://ne-on.org): Nette Object Notation -================================================ +[![NEON](https://github.com/nette/neon/assets/194960/9d3c809d-0a60-4ff0-a54a-bbb25273a8a8)](https://ne-on.org) [![Downloads this Month](https://img.shields.io/packagist/dm/nette/neon.svg)](https://packagist.org/packages/nette/neon) [![Tests](https://github.com/nette/neon/workflows/Tests/badge.svg?branch=master)](https://github.com/nette/neon/actions) @@ -7,6 +6,7 @@ [![Latest Stable Version](https://poser.pugx.org/nette/neon/v/stable)](https://github.com/nette/neon/releases) [![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/neon/blob/master/license.md) +  Introduction ============ @@ -17,6 +17,7 @@ NEON stands for *Nette Object Notation*. It is less complex and ungainly than XM NEON is built from the ground up to be simple to use. +  [Support Neon](https://github.com/sponsors/dg) ---------------------------------------------- @@ -27,6 +28,7 @@ Do you like NEON? Are you looking forward to the new features? Thank you! +  Usage ===== @@ -62,6 +64,7 @@ $value = Neon::decodeFile('config.neon'); All methods throw `Nette\Neon\Exception` on error. +  Integration =========== @@ -84,6 +87,8 @@ You can check for syntax errors in Neon files using the `neon-lint` console comm vendor/bin/neon-lint ``` +  + Syntax ======