From 595d1f9a8f7ab37fa9e47b0541a58397559b48bf Mon Sep 17 00:00:00 2001 From: Tristan Eason Date: Tue, 28 Mar 2017 15:04:52 -0400 Subject: [PATCH] Corrected shell script typo in how-to-configure-text-editors.md (#1197) --- docs/how-to-configure-text-editors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-configure-text-editors.md b/docs/how-to-configure-text-editors.md index 868f8f1..8092779 100644 --- a/docs/how-to-configure-text-editors.md +++ b/docs/how-to-configure-text-editors.md @@ -35,7 +35,7 @@ Install atom packages * [react](https://atom.io/packages/react) ```shell -apm install linter linter-eslint react linter-stylelint +npm install linter linter-eslint react linter-stylelint ``` Install local npm packages