From 0eba0f29b7c7decbb798da6424309ce2cebe5117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=AAn=20To=C3=A1n?= Date: Thu, 8 Feb 2018 00:35:53 +0700 Subject: [PATCH] fix(*): command run lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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