aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorinit current directory[i] <urbanjost@comcast.net>2020-11-18 20:30:19 -0500
committerinit current directory[i] <urbanjost@comcast.net>2020-11-18 20:30:19 -0500
commit36ea50d3f174c642c975efd4411fae5b710ce369 (patch)
tree71de7a3b404ecdf9fc7d167ad75409c065fc13d7 /README.md
parent2604d60c39228d9e215e10bcd023ff55f31cfd02 (diff)
downloadfpm-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c6458f..bd45978 100644
--- a/README.md
+++ b/README.md
@@ -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