diff options
author | init current directory[i] <urbanjost@comcast.net> | 2020-11-18 20:30:19 -0500 |
---|---|---|
committer | init current directory[i] <urbanjost@comcast.net> | 2020-11-18 20:30:19 -0500 |
commit | 36ea50d3f174c642c975efd4411fae5b710ce369 (patch) | |
tree | 71de7a3b404ecdf9fc7d167ad75409c065fc13d7 /README.md | |
parent | 2604d60c39228d9e215e10bcd023ff55f31cfd02 (diff) | |
download | fpm-36ea50d3f174c642c975efd4411fae5b710ce369.tar.gz fpm-36ea50d3f174c642c975efd4411fae5b710ce369.zip |
remove short argument names and a few errata in documents
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ with the following contents and initialized as a git repository. * `fpm.toml` – with your project’s name and some default standard meta-data * `README.md` – with your project’s name -* `.gitgnore` +* `.gitignore` * `src/project_name.f90` – with a simple hello world subroutine * `app/main.f90` (if `--with-executable` flag used) – a program that calls the subroutine * `test/main.f90` (if `--with-test` flag used) – an empty test program |