diff --git a/README.md b/README.md index c62fa6e..48a37d0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ adonis new --blueprint nuxt-community/adonuxt-template | npm run dev | Start AdonisJS server in development with Nuxt.js in dev mode (hot reloading). Listen on [http://localhost:3000](http://localhost:3000). | | npm run build | Build your nuxt.js web application for production. | | npm start | Start AdonisJS server in production. | -| npm lint | Lint your code with [ESLint](http://eslint.org) and [Standard](http://standardjs.com). | +| npm run lint | Lint your code with [ESLint](http://eslint.org) and [Standard](http://standardjs.com). | ## Features