Skip to content

Commit

Permalink
docs: minor improvements (nuxt#113)
Browse files Browse the repository at this point in the history
* docs: fix CircleCI badge
* docs: fix typo on ESLint name
* docs: fix new repository URL
  • Loading branch information
NicoPennec authored and TheAlexLichter committed Oct 13, 2018
1 parent 5a2e7b1 commit a5faf85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Create Nuxt App

[![NPM version](https://img.shields.io/npm/v/create-nuxt-app.svg?style=flat)](https://npmjs.com/package/create-nuxt-app) [![NPM downloads](https://img.shields.io/npm/dm/create-nuxt-app.svg?style=flat)](https://npmjs.com/package/create-nuxt-app) [![CircleCI](https://circleci.com/gh/nuxt-community/create-nuxt-app/tree/master.svg?style=shield)](https://circleci.com/gh/nuxt-community/create-nuxt-app/tree/master)
[![NPM version](https://img.shields.io/npm/v/create-nuxt-app.svg?style=flat)](https://npmjs.com/package/create-nuxt-app)
[![NPM downloads](https://img.shields.io/npm/dm/create-nuxt-app.svg?style=flat)](https://npmjs.com/package/create-nuxt-app)
[![CircleCI](https://img.shields.io/circleci/project/github/nuxt/create-nuxt-app/master.svg?style=flat)](https://circleci.com/gh/nuxt/create-nuxt-app/master)

> Create a [Nuxt.js](https://github.com/nuxt/nuxt.js) project in seconds
Expand Down Expand Up @@ -42,11 +44,11 @@ yarn create nuxt-app <my-project>
- [Element UI](https://github.com/ElemeFE/element)
- [Buefy](https://buefy.github.io)
3. Add [axios module](https://github.com/nuxt-community/axios-module) to make HTTP request easily into your application.
4. Add [EsLint](https://eslint.org/) to Lint your code on save.
4. Add [ESLint](https://eslint.org/) to Lint your code on save.
5. Add [Prettier](https://prettier.io/) to prettify your code on save.

## Credits

- [egoist](https://github.com/egoist)
- [clarko](https://github.com/clarkdo)
- All our contributors ([list](https://github.com/nuxt-community/create-nuxt-app/contributors)).
- All our contributors ([list](https://github.com/nuxt/create-nuxt-app/contributors)).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"template/"
],
"repository": {
"url": "git+https://github.com/nuxt-community/create-nuxt-app.git",
"url": "git+https://github.com/nuxt/create-nuxt-app.git",
"type": "git"
},
"scripts": {
Expand Down

0 comments on commit a5faf85

Please sign in to comment.