Skip to content

Commit efae8ed

Browse files
committed
Update README.md
1 parent 36601e4 commit efae8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Reading a JSON file
5959
---------------
6060

6161
Reading a JSON file and getting data from it is fairly
62-
straightforward. Here is an example. See the json_example.f90 file
62+
straightforward using the ```json_file``` class. Here is an example. See the json_example.f90 file
6363
for more examples.
6464

6565
```fortran
@@ -118,7 +118,7 @@ Building a JSON file from scratch
118118
---------------
119119

120120
Constructing a JSON file element by element is slightly more complicated and involves the use
121-
of pointers. See the json_example.f90 file for more examples.
121+
of ```json_value``` pointers. See the json_example.f90 file for more examples.
122122

123123
```fortran
124124
program example2

0 commit comments

Comments
 (0)