Skip to content

Commit 53ddc26

Browse files
author
Christopher Geary
committed
Add spaces between Netlify & CMS
1 parent 6d3644f commit 53ddc26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ Hugo [Aliases](https://gohugo.io/content-management/urls/#aliases) are usually h
6060

6161
## Netlify CMS
6262

63-
Atlas provides a copy of [NetlifyCMS](https://www.netlifycms.org/) which is a fantastic CMS for JAMstack sites where everything is managed by GIT.
63+
Atlas provides a copy of [Netlify CMS](https://www.netlifycms.org/) which is a fantastic CMS for JAMstack sites where everything is managed by GIT.
6464

65-
You will need to configure NetlifyCMS to point to your own repo. You can do this within `/static/admin/config.yml` by updating `backend: repo:` with your repository information. Here's an example:
65+
You will need to configure Netlify CMS to point to your own repo. You can do this within `/static/admin/config.yml` by updating `backend: repo:` with your repository information. Here's an example:
6666

6767
```
6868
backend:
6969
name: github
7070
repo: indigotree/atlas
7171
```
7272

73-
Checkout the [quick start](https://www.netlifycms.org/docs/quick-start/) section on the NetlifyCMS docs for more information.
73+
Checkout the [quick start](https://www.netlifycms.org/docs/quick-start/) section on the Netlify CMS docs for more information.
7474

75-
### Remove NetlifyCMS
75+
### Remove Netlify CMS
7676

77-
If NetlifyCMS isn't your thing, you can remove it with:
77+
If Netlify CMS isn't your thing, you can remove it with:
7878

7979
```
8080
npm run cms:delete

0 commit comments

Comments
 (0)