From f2e7dda91006120876cadf4ec7ba26c16b43623a Mon Sep 17 00:00:00 2001 From: "Nicola Spanti (RyDroid)" Date: Sun, 7 Aug 2016 18:29:11 +0200 Subject: [PATCH] Improving README --- NEWS | 1 + README | 1 + README.html | 4 ++-- README.md | 8 ++++---- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index e69de29..5798fb4 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1 @@ +See the git repo. diff --git a/README b/README index e69de29..e257745 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +See README.md or README.html diff --git a/README.html b/README.html index a30c830..0b951fd 100644 --- a/README.html +++ b/README.html @@ -11,7 +11,7 @@

JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. - It aims to conform to RFC 7159 + It aims to conform to RFC 7159.

Building

@@ -30,7 +30,7 @@ Send email to json-c <at> googlegroups <dot> com

License

-

This program is free software; you can redistribute it and/or modify it under the terms of the MIT License..

+

This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.


diff --git a/README.md b/README.md index 76b2140..65b886e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ JSON-C - A JSON implementation in C JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. -It aims to conform to RFC 7159 +It aims to conform to [RFC 7159](https://tools.ietf.org/html/rfc7159). Building on Unix with `git`, `gcc` and `autotools` -------------------------------------------------- @@ -28,7 +28,7 @@ Make sure you have a complete `libtool` install, including `libtoolize`. `json-c` GitHub repo: https://github.com/json-c/json-c -```bash +```sh $ git clone https://github.com/json-c/json-c.git $ cd json-c $ sh autogen.sh @@ -36,7 +36,7 @@ $ sh autogen.sh followed by -```bash +```sh $ ./configure $ make $ make install @@ -44,7 +44,7 @@ $ make install To build and run the test programs: -```bash +```sh $ make check ``` -- 2.40.0