From c0e55dfd80737a483dbb81c78b44f31944a255e7 Mon Sep 17 00:00:00 2001 From: Gabriel Schmitt Date: Mon, 31 Jul 2017 11:48:46 -0300 Subject: [PATCH] Fix npm install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb6edf..3f9c800 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A modern credit card component for React 0.14+. ### Install ``` -npm install --save-dev react-credit-cards +npm install --save react-credit-cards ``` ### Usage