Skip to content

Commit d7d4edc

Browse files
committed
Update README.md
-added link to documentation -other minor changes.
1 parent 9d264a2 commit d7d4edc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,15 @@ of pointers. See the json_example.f90 file for more examples.
141141
Other Comments
142142
---------------
143143

144-
This code is a fork and extensive upgrade of the Fortran 95 FSON code
145-
that can be found at: <https://github.com/josephalevin/fson>. It
144+
This code is a fork and extensive upgrade of the Fortran 95 [FSON](https://github.com/josephalevin/fson) code. It
146145
includes many features that the original code did not have, and fixes
147146
many of that code's bugs.
148147

148+
Documentation
149+
--------------
150+
151+
The API documentation can be found [here](http://jacobwilliams.github.io/json-fortran). The documentation can also be generated by processing the source files with [RoboDoc](http://rfsber.home.xs4all.nl/Robo/).
152+
149153
More About JSON
150154
------------
151155
For more information about JSON, see: <http://www.json.org/>

0 commit comments

Comments
 (0)