Skip to content

Commit 4fe630f

Browse files
Update README to fix #174
1 parent 6e54249 commit 4fe630f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ By default the `gfortran` executable is assumed to be found in the path. In orde
3737

3838
``` jsonc
3939
{
40-
"fortran.gfortranExecutable": '/usr/local/bin/gfortran-4.7',
40+
"fortran.gfortranExecutable": "/usr/local/bin/gfortran-4.7",
4141
}
4242
```
4343

4444
If you want to pass extra options to the `gfortran` executable or override the default one, you can use the setting `fortran.linterExtraArgs`. By default `-Wall` is the only option.
4545

4646
``` jsonc
4747
{
48-
"fortran.linterExtraArgs": ['-Wall'],
48+
"fortran.linterExtraArgs": ["-Wall"],
4949
}
5050
```
5151

0 commit comments

Comments
 (0)