Skip to content

Commit ed410eb

Browse files
committed
White space, spelling & typo fix
1 parent f5fc1b9 commit ed410eb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Building the library
2727

2828
The code requires a Fortran compiler that supports
2929
various Fortran 2003 and Fortran 2008 features such as: allocatable
30-
strings, newunit, generic, class, and abstract interface.
30+
strings, `newunit`, `generic`, `class`, and `abstract interface`.
3131
It has been successfully compiled with the [Intel Fortran compiler
3232
13.1.0](https://software.intel.com/en-us/non-commercial-software-development) (and greater) and the recent [4.9 release of the GNU gfortran
3333
compiler](http://gcc.gnu.org/wiki/GFortran/News#GCC4.9).
@@ -39,7 +39,7 @@ Currently, several ways are provided to build the jsonfortran library
3939

4040
* A [Visual Studio](http://www.visualstudio.com) project is included for building the library (and example program) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
4141

42-
* An [SCons](http://www.scons.org) `SConstruct` file. The library and example program are built by typing `scons` and installed by `scons install` or `sudo scons install`.
42+
* An [SCons](http://www.scons.org) `SConstruct` file. The library and example program are built by typing `scons` and installed by `scons install` or `sudo scons install`.
4343

4444
* Additionally, a [CMake](http://www.cmake.org) build
4545
system is provided. This build system has been tested on Mac and Linux
@@ -143,7 +143,7 @@ of ```json_value``` pointers. See the json_example.f90 file for more examples.
143143
```fortran
144144
program example2
145145
146-
use,intrinsic :: iso_fortran_env, only: wp => real64
146+
use,intrinsic :: iso_fortran_env, only: wp => real64
147147
148148
use json_module
149149
@@ -212,16 +212,15 @@ The code above produces the file:
212212
Documentation
213213
--------------
214214

215-
The API documentation for the latest release version 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/). Note that both the shell script, CMake, and SCons will also generate these files automatically in the documentation folder, assuming you have RoboDoc installed.
215+
The API documentation for the latest release version 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/). Note that both the shell script, CMake, and SCons will also generate these files automatically in the documentation folder, assuming you have RoboDoc installed.
216216

217217
Contributing [![Ready in backlog](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=Ready&title=Ready)](CONTRIBUTING.md)
218218
------------
219219
Want to help? Take a quick look at our [contributing guidelines](CONTRIBUTING.md) then claim something in [the "ready" column on our Waffle.io](https://waffle.io/jacobwilliams/json-fortran) and [Fork. Commit. Pull request.](https://help.github.com/articles/fork-a-repo).
220220

221221
License
222222
--------
223-
224-
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.
223+
The json-fortran source code 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.
225224

226225
Miscellaneous
227226
---------------

0 commit comments

Comments
 (0)