Skip to content

Commit 37c303f

Browse files
committed
Fixed README.md syntax highlighting issue
Introduced by accidental paragraph reflow
1 parent e42a156 commit 37c303f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Reading a JSON file and getting data from it is fairly
5454
straightforward. Here is an example. See the json_example.f90 file
5555
for more examples.
5656

57-
```fortran program example1
57+
```fortran
58+
program example1
5859
5960
use json_module
6061
@@ -89,7 +90,8 @@ Writing a JSON file
8990
Writing a json file is slightly more complicated and involves the use
9091
of pointers. See the json_example.f90 file for more examples.
9192

92-
```fortran program example2
93+
```fortran
94+
program example2
9395
9496
use json_module
9597

0 commit comments

Comments
 (0)