Skip to content

Commit 1cdd8da

Browse files
committed
update readme
1 parent 55f33a0 commit 1cdd8da

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ This extension provides support for the Fortran programming language. It include
88
* Code Snippets
99
* Documentation on hover for intrisic functions
1010
* Code linting based on `gfortran` to show errors swiggles in your code
11+
1112
## Snippets
1213
This are some of the snippets included
13-
1414
#### Program skeleton
15-
1615
![program snippet](https://media.giphy.com/media/OYdq9BKYMOOdy/giphy.gif )
17-
1816
#### Module skeleton
1917
![module snippet](https://media.giphy.com/media/3ohzdUNRuio5FfyF1u/giphy.gif )
18+
19+
## Error swiggles
20+
To trigger code validations you must save the file first.
21+
2022
## Requirements
2123
For the linter to work you need to have `gfortran` on your path, or wherever you configure it to be.
2224
## Issues

0 commit comments

Comments
 (0)