Skip to content

Commit 0a27c57

Browse files
netzzwerghjvedvik
authored andcommitted
chore: fix typos in README.md [ci skip] (gridsome#368)
1 parent 593eabb commit 0a27c57

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gridsome is a <a href="//vuejs.org">Vue-powered</a> static site generator for bu
3131
> This project is under active development. Any feedback or contributions would be appreciated.
3232
3333
### Enjoy a modern development stack
34-
Build websites with modern tools like Vue.js, webpack and Node.js. Get hot-reloading and access to any packages from npm and write CSS in your favorite preprocessor like Sass or Less with autoprefixing.
34+
Build websites with modern tools like Vue.js, webpack and Node.js. Get hot-reloading and access to any packages from npm and write CSS in your favorite preprocessor like Sass or Less with auto-prefixing.
3535

3636
### Connect to any CMS or data source
3737
Use any CMS or data source for content. Pull data from WordPress, Contentful, local Markdown, or any other headless CMS or APIs and access it with GraphQL in your pages and components.
@@ -40,7 +40,7 @@ Use any CMS or data source for content. Pull data from WordPress, Contentful, lo
4040
Only critical HTML, CSS, and JavaScript get loaded first. The next pages are then prefetched so users can click around incredibly fast without page reloads, even when offline.
4141

4242
### Get perfect page speed scores
43-
Gridsome automatically optimises your frontend to load and perform blazing fast. You get code-splitting, image optimisation, lazy-loading, and almost perfect lighthouse scores out-of-the-box.
43+
Gridsome automatically optimizes your frontend to load and perform blazing fast. You get code-splitting, image optimization, lazy-loading, and almost perfect lighthouse scores out-of-the-box.
4444

4545
### Build future ready websites
4646
The future of the web is JavaScript, API's, and Markup - the [JAMstack](https://jamstack.org/). Gridsome uses the power of blazing-fast static site generator, JavaScript and APIs to create stunning dynamic web experiences.
@@ -71,7 +71,7 @@ Gridsome sites are usually not connected to any database and can be hosted entir
7171
- [How it works](https://gridsome.org/docs/how-it-works)
7272
- [How to deploy](https://gridsome.org/docs/deployment)
7373

74-
## How to contribute
74+
## How to Contribute
7575

7676
Install [Node.js 8.3](https://nodejs.org/en/download/) or higher and [Yarn](https://yarnpkg.com/lang/en/docs/install/). It's also recommended to install [Lerna](https://www.npmjs.com/package/lerna) globally.
7777

@@ -86,6 +86,14 @@ To use the local version of `@gridsome/cli` as the global command, enter the `~/
8686

8787
Yarn will add dependencies from your test projects to the root `yarn.lock` file. So you should not commit changes in that file unless you have added dependencies to any of the core packages. If you need to commit it, remove your projects from the `~/projects` folder temporary and run `yarn` or `lerna bootstrap` in the root folder. Yarn will then clean up the lock file with only core dependencies. Commit the file and move your projects back and run `yarn` or `lerna bootstrap` again to start developing.
8888

89+
### Code of Conduct
90+
91+
In the interest of fostering an open and welcoming environment please read and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
92+
93+
## License
94+
95+
Licensed under the [MIT License](./LICENSE).
96+
8997
## Roadmap for v1.0
9098

9199
- [x] `*.vue` pages and templates

0 commit comments

Comments
 (0)