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": {