diff --git a/README.md b/README.md index d55a9bd..9630eb4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Supports: * On the bottom-right corner, click on the *select language mode* button, if you have created a new file it should display *Plain Text* * Select *Fortran* in the list of languages. -Alternatively, saving the file with a `.f90` extension, will allow VS Code to understand that it is a MATLAB file, and automatically select the language correctly. +Alternatively, saving the file with a `.f90` extension, will allow VS Code to understand that it is a FORTRAN file, and automatically select the language correctly. ### Using snippets * Bring-up the *autocomplete* menu by hitting the `Ctrl+Shift` key combination @@ -23,4 +23,4 @@ Alternatively, saving the file with a `.f90` extension, will allow VS Code to un * Use `tab` to navigate trough the snippet's variables ### Remark -Code snippets and syntax highlighting were imported from the [TextMate bundle](https://github.com/textmate/fortran.tmbundle). \ No newline at end of file +Code snippets and syntax highlighting were imported from the [TextMate bundle](https://github.com/textmate/fortran.tmbundle).