Skip to content

Commit f5fc1b9

Browse files
committed
Minor changes
- Updated travis-ci badge to plastic style to match waffle.io badges - Added badge to releases to Download subsection title - Fixed a minor typo in example code
1 parent 677d91d commit f5fc1b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Fortran 2008 JSON API
55

66
Status
77
------
8-
[![Build Status](https://travis-ci.org/jacobwilliams/json-fortran.svg?branch=master)](https://travis-ci.org/jacobwilliams/json-fortran)
8+
[![Build Status](https://img.shields.io/travis/jacobwilliams/json-fortran/master.svg?style=plastic)](https://travis-ci.org/jacobwilliams/json-fortran)
99
[![GitHub issues](https://img.shields.io/github/issues/jacobwilliams/json-fortran.png?style=plastic)](https://github.com/jacobwilliams/json-fortran/issues)
1010
[![Ready in backlog](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=Ready&title=Ready)](https://github.com/jacobwilliams/json-fortran/#contributing-)
1111
[![In Progress](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=In%20Progress&title=In%20Progress)](https://waffle.io/jacobwilliams/json-fortran)
@@ -17,7 +17,7 @@ Brief description
1717
An easy-to-use API for reading and writing JSON files, written in
1818
modern Fortran. The source code is a single Fortran module file ([json_module.f90](https://github.com/jacobwilliams/json-fortran/blob/master/src/json_module.f90)).
1919

20-
Download
20+
Download [![GitHub release](https://img.shields.io/github/release/jacobwilliams/json-fortran.svg?style=plastic)](https://github.com/jacobwilliams/json-fortran/releases)
2121
--------------------
2222

2323
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).
@@ -131,7 +131,7 @@ To print the JSON file (either to a file or the console), the ```print_file``` m
131131

132132
```fortran
133133
call json%print_file() !prints to the console
134-
call json%print_file(iunit) !prints to the file connnected to iunit
134+
call json%print_file(iunit) !prints to the file connected to iunit
135135
```
136136

137137
Building a JSON file from scratch

0 commit comments

Comments
 (0)