Skip to content

Commit 718d32f

Browse files
committed
Update README.md
1 parent 0206c35 commit 718d32f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Status
99
[![Ready in backlog](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=Ready&title=Ready)](https://waffle.io/jacobwilliams/json-fortran)
1010
[![In Progress](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=In%20Progress&title=In%20Progress)](https://waffle.io/jacobwilliams/json-fortran)
1111

12-
Brief Description
12+
Brief description
1313
---------------
1414

1515
An easy-to-use API for reading and writing JSON files, written in
@@ -20,7 +20,7 @@ Download
2020

2121
Download the official versioned releases [here](https://github.com/jacobwilliams/json-fortran/releases). Or, get the latest development code from the master branch [here](https://github.com/jacobwilliams/json-fortran.git).
2222

23-
Building the Library
23+
Building the library
2424
--------------------
2525

2626
The code requires a Fortran compiler that supports
@@ -217,12 +217,10 @@ License
217217

218218
The json-fortran sourcecode and related files and documentation are distributed under a permissive free software license (BSD-style). See the [LICENSE](https://raw.githubusercontent.com/jacobwilliams/json-fortran/master/LICENSE) file for more details.
219219

220-
Other Comments
220+
Miscellaneous
221221
---------------
222222

223-
This code is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. It
224-
includes many features that the original code did not have, and fixes many of that code's bugs.
225-
226-
More About JSON
227-
------------
228-
For more information about JSON, see: <http://www.json.org/>
223+
* This code is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. The reason for the split was to be able to incorporate object-oriented and other nice features of the Fortran 2003 and 2008 standards. Many thanks to the original authors of FSON.
224+
* For more information about JSON, see: <http://www.json.org/>
225+
* [json-fortran on Travis CI](https://travis-ci.org/jacobwilliams/json-fortran)
226+
* [json-fortran on Waffle.IO](https://waffle.io/jacobwilliams/json-fortran)

0 commit comments

Comments
 (0)