diff options
author | Kevin Ruscoe <kevdotbadger@gmail.com> | 2018-10-07 14:26:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 14:26:19 +0100 |
commit | 372d6fd79b62d0d0bc66116672523a7c8849933f (patch) | |
tree | 0149c1f269511131a5d1fda11d1fbd948b419198 /README.md | |
parent | 72190ee30bd1e2ccc233222341435adacb7a6500 (diff) | |
download | gitignore-372d6fd79b62d0d0bc66116672523a7c8849933f.tar.gz gitignore-372d6fd79b62d0d0bc66116672523a7c8849933f.zip |
Update README.md
'project specific' should really be hyphenated.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ the following resources are a great place to start: ## Folder structure The files in the root directory are for `.gitignore` templates that are -project specific, such as language or framework specific templates. +project-specific, such as language or framework specific templates. Global (operating system or editor specific) templates should go into the [`Global/`](./Global) directory. |