From 018bb6a5735223efd84850a671474dbf0cee7c9d Mon Sep 17 00:00:00 2001 From: Bojan Zivkovic Date: Fri, 8 Dec 2017 23:45:37 -0500 Subject: [PATCH] Updating documentation --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be081cd..6a94ad3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Goal of Create ESRI React App is to connect ESRI and React application with mini A prerequisite for this application is Create React App already installed in your development environment. If Create React App is not installed on your system run: ``` -npm install -g create-react-app +npm install create-react-app -g ``` @@ -50,7 +50,7 @@ You can specify version of ESRI ArcGIS JS api during creation process. If you do ``` $ create-esri-react-app esri_app_v4 - or - -$ create-esri-react-app esri_app_v3 -v 3 +$ create-esri-react-app esri_app_v3 -a 3 ``` ### Information's related to Create React App diff --git a/package.json b/package.json index e466d5e..91e31c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-esri-react-app", - "version": "0.2.3", + "version": "0.2.4", "description": "Creating ESRI applications with React included", "main": "./src/index.js", "bin": {