Minor language changes
This commit is contained in:
parent
91ec866321
commit
9658dc4e38
@ -46,7 +46,7 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
In the above code the `script` is loaded from `unpkg` CDN. Should there be any issue with it, `jsDelivr` can be used as an alterntive option. The `src` for that would be `https://cdn.jsdelivr.net/npm/netlify-cms@^2.0.0/dist/netlify-cms.js`
|
||||
In the above code the `script` is loaded from `unpkg` CDN. Should there be any issue with it, `jsDelivr` can be used as an alternative source. The `src` for that would be `https://cdn.jsdelivr.net/npm/netlify-cms@^2.0.0/dist/netlify-cms.js`
|
||||
|
||||
The second file, `admin/config.yml`, is the heart of your Netlify CMS installation, and a bit more complex. The [Configuration](#configuration) section covers the details.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user