Skip to content

Commit 018bb6a

Browse files
author
Bojan Zivkovic
committed
Updating documentation
1 parent de8250a commit 018bb6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Goal of Create ESRI React App is to connect ESRI and React application with mini
44
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:
55

66
```
7-
npm install -g create-react-app
7+
npm install create-react-app -g
88
```
99

1010

@@ -50,7 +50,7 @@ You can specify version of ESRI ArcGIS JS api during creation process. If you do
5050
```
5151
$ create-esri-react-app esri_app_v4
5252
- or -
53-
$ create-esri-react-app esri_app_v3 -v 3
53+
$ create-esri-react-app esri_app_v3 -a 3
5454
```
5555

5656
### Information's related to Create React App

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-esri-react-app",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Creating ESRI applications with React included",
55
"main": "./src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)