Skip to content

Commit

Permalink
readme: added jumbo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 16, 2024
1 parent a93c07c commit f138f96
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -17,6 +16,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)
----------------------------------------------
Expand All @@ -27,6 +27,7 @@ Do you like NEON? Are you looking forward to the new features?

Thank you!

 <!---->

Usage
=====
Expand Down Expand Up @@ -62,6 +63,7 @@ $value = Neon::decodeFile('config.neon');

All methods throw `Nette\Neon\Exception` on error.

 <!---->

Integration
===========
Expand All @@ -84,6 +86,8 @@ You can check for syntax errors in Neon files using the `neon-lint` console comm
vendor/bin/neon-lint <path>
```

 <!---->

Syntax
======

Expand Down

0 comments on commit f138f96

Please sign in to comment.