Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Dec 16, 2016
1 parent 2947649 commit 4bbb2c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Starter

A starter [Nuxt.js](https://github.com/nuxt/nuxt.js) project template without the distraction of a complicated development environment.
A [Nuxt.js](https://github.com/nuxt/nuxt.js) starter project template without the distraction of a complicated development environment.

Live demo: https://starter.nuxtjs.org

Expand All @@ -20,7 +20,7 @@ $ npm install # Or yarn install
### Development

``` bash
# serve with hot reload at localhost:3000
# serve with hot reloading at localhost:3000
$ npm run dev
```

Expand All @@ -29,14 +29,14 @@ Go to [http://localhost:3000](http://localhost:3000)
### Production

``` bash
# build for production and launch server
# build for production and launch the server
$ npm run build
$ npm start
```

### Generate

``` bash
# generate static project
# generate a static project
$ npm run generate
```
2 changes: 1 addition & 1 deletion template/layouts/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
REQUIRED
The nuxt-container component is the container of your Vue.js application
Nuxt replace automatically the nuxt-container component by <div id="_app"></div>
Nuxt replace automatically the nuxt-container component by <div id="__nuxt"></div>
-->
<nuxt-container>
<!--
Expand Down

0 comments on commit 4bbb2c1

Please sign in to comment.