Skip to content

Commit 6e77eb9

Browse files
committed
minor readme change.
1 parent 5e37cbc commit 6e77eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Reading a JSON file and getting data from it is fairly straightforward. Here is
3030
! print the file to the console
3131
call json%print_file()
3232

33-
! extract data from the parsed value
33+
! extract data from the file
3434
! [found can be used to check if the data was really there]
3535
call json%get('version.major', i, found)
3636
call json%get('version.minor', j, found)

0 commit comments

Comments
 (0)