Skip to content

Commit 9c47778

Browse files
authored
Update README.md
1 parent 3352aa4 commit 9c47778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ We support a collection of templates, organized in this way:
2929
that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore)
3030
or merge these rules into your project-specific templates if you want to use
3131
them permanently.
32-
- [`ecosystem`](./ecosystem) contains specialized templates coalescing around
33-
popular programming languages, but don't make sense to live in the mainstream
32+
- [`community`](./community) contains specialized templates for other popular
33+
languages, tools and project, which don't currently belong in the mainstream
3434
templates. These should be added to your project-specific templates when you
3535
decide to adopt the framework or tool.
3636

@@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation,
4343
then the template is not a good fit for this collection.
4444

4545
If a template is mostly a list of files installed by a particular version of
46-
some software (e.g. a PHP framework), it should live under the `community`
46+
some software (e.g. a PHP framework), it could live under the `community`
4747
directory. See [versioned templates](#versioned-templates) for more details.
4848

4949
If you have a small set of rules, or want to support a technology that is not
@@ -98,7 +98,7 @@ to this repository we need to follow this specific flow:
9898
- the template at the root should be the current supported version
9999
- the template at the root should not have a version in the filename (i.e.
100100
"evergreen")
101-
- previous versions of templates should live under `community`
101+
- previous versions of templates should live under `community/`
102102
- previous versions of the template should embed the version in the filename,
103103
for readability
104104

0 commit comments

Comments
 (0)