diff --git a/README.md b/README.md index 94b261b352..cd4968c6cb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Learn more at [nuxtjs.org](https://nuxtjs.org). ## Partners -Become a partner and get your logo on our README on Github and every page of https://nuxtjs.org website with a link to your site. [[Become a partner](https://opencollective.com/nuxtjs#partner)] +Become a partner and get your logo on our README on GitHub and every page of https://nuxtjs.org website with a link to your site. [[Become a partner](https://opencollective.com/nuxtjs#partner)]
@@ -53,7 +53,7 @@ Become a partner and get your logo on our README on Github and every page of htt
## Sponsors
-Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/nuxtjs#sponsor)]
+Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/nuxtjs#sponsor)]
diff --git a/lib/builder/generator.js b/lib/builder/generator.js
index 0ebfcb7f06..1d252c76bc 100644
--- a/lib/builder/generator.js
+++ b/lib/builder/generator.js
@@ -170,7 +170,7 @@ export default class Generator {
}
await fsExtra.copy(this.srcBuiltPath, this.distNuxtPath)
- // Add .nojekyll file to let Github Pages add the _nuxt/ folder
+ // Add .nojekyll file to let GitHub Pages add the _nuxt/ folder
// https://help.github.com/articles/files-that-start-with-an-underscore-are-missing/
const nojekyllPath = path.resolve(this.distPath, '.nojekyll')
fsExtra.writeFile(nojekyllPath, '')