Skip to content

Commit 907cd24

Browse files
committed
readme
1 parent 508ad24 commit 907cd24

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[![Build Status](https://img.shields.io/travis/laktak/hjson-php.svg?style=flat-square)](http://travis-ci.org/laktak/hjson-php)
44
[![Packagist](https://img.shields.io/packagist/v/laktak/hjson.svg?style=flat-square)](https://packagist.org/packages/laktak/hjson)
55

6-
[Hjson](http://hjson.org), the Human JSON. A configuration file format that caters to humans and helps reduce the errors they make.
6+
[Hjson](http://hjson.org), the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
7+
8+
![Hjson Intro](http://hjson.org/hjson1.gif)
79

810
```
911
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laktak/hjson",
3-
"description": "JSON for Humans, allows comments and is less error prone.",
3+
"description": "JSON for Humans. A configuration file format with relaxed syntax, fewer mistakes and more comments.",
44
"license": "MIT",
55
"type": "library",
66
"authors": [

0 commit comments

Comments
 (0)