Skip to content

Commit

Permalink
Update vuepress.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb authored Jun 20, 2018
1 parent 7ee7dcd commit 0aa1240
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vuepress.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ And for Vue?
# Hello, VuePress!

by Evan You et al (★7 741) -
github: [`gatsbyjs/gatsby`](https://github.com/gatsbyjs/gatsby)
github: [`vuejs/vuepress`](https://github.com/vuejs/vuepress)


![](i/vuepress-website.png)
Expand Down Expand Up @@ -232,7 +232,7 @@ Then, add some scripts to package.json:
```
{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}
Expand Down Expand Up @@ -265,7 +265,7 @@ To build / generate the (static) website run:
│ Page-1.md
│ Page-2.md
│ README.md
└──.vupress/
└──.vuepress/
config.js
```

Expand Down Expand Up @@ -297,7 +297,7 @@ module.exports = {
│ Page-2.md
│ README.md
└── .vupress/
└── .vuepress/
│ config.js
└── components/
NumberModifier.vue
Expand Down

0 comments on commit 0aa1240

Please sign in to comment.