Skip to content

Commit 71c6073

Browse files
authored
Merge pull request #32 from sourceryinstitute/fix-readme
doc(README): fix typo in fpm command
2 parents 6e10539 + ac80df1 commit 71c6073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fpm test --compiler caf --profile release --runner "cafrun -n 2"
7474
To build and test with the Numerical Algorithms Group (NAG) Fortran compiler version
7575
7.1 or later, use
7676
```
77-
fpm test --compiler=nagfor --profile release --flag="-coarray=cosmp -fpp -f2018"
77+
fpm test --compiler=nagfor --profile release --flag "-coarray=cosmp -fpp -f2018"
7878
```
7979

8080
### Building and testing with the Intel `ifx` compiler

0 commit comments

Comments
 (0)