From d634e419663fb8e3133fe5fada47809192e6e5e2 Mon Sep 17 00:00:00 2001 From: Junwoo Ji Date: Wed, 19 Feb 2020 11:40:54 +0900 Subject: [PATCH] Update npm install command (deprecated --dev option) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54904d37..090932f8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ information for TypeScript projects. This module depends on 'graphql' and the No types, so install `@types/graphql` and `@types/node`: ```sh -$ npm install --save --dev @types/graphql @types/node +$ npm install --save-dev @types/graphql @types/node ``` ## Simple Setup