Skip to content

Commit 3879788

Browse files
committed
Missing comma added
1 parent 3e570e0 commit 3879788

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
@@ -37,7 +37,7 @@ environment variable `FC` to point to your Fortran compiler, and
3737
create a build directory. Then `(cmake-gui|ccmake|cmake)
3838
/path/to/json-fortran-root` to configure, `make` to build and `make
3939
install` to optionally install. As long as the project is built with
40-
CMake other CMake projects can find it and link against it:
40+
CMake, other CMake projects can find it and link against it:
4141

4242
```CMake
4343
cmake_minimum_required ( VERSION 2.8 FATAL_ERROR )

0 commit comments

Comments
 (0)