From ac80df1643cf500e1549cf0b356d6a0052dd261d Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Fri, 9 Aug 2024 10:27:37 -0700 Subject: [PATCH] doc(README): fix typo in fpm command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b48cf8..4ec140d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ fpm test --compiler caf --profile release --runner "cafrun -n 2" To build and test with the Numerical Algorithms Group (NAG) Fortran compiler version 7.1 or later, use ``` -fpm test --compiler=nagfor --profile release --flag="-coarray=cosmp -fpp -f2018" +fpm test --compiler=nagfor --profile release --flag "-coarray=cosmp -fpp -f2018" ``` ### Building and testing with the Intel `ifx` compiler