Skip to content

Commit 5508459

Browse files
Merge pull request GeekyAnts#139 from jt6161/patch-1
Update MobxCounterExample.md
2 parents 91a1d93 + 866b6fc commit 5508459

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/examples/MobxCounterExample.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ We aim to create a simple App that has a counter with increment and decrement fu
1212
## Installation
1313

1414
1. **Create React Native App**: Use [CRNA](https://github.com/react-community/create-react-native-app) tool to create an App like this <br />
15-
<pre><code>$ npm install -g create-react-native-app
16-
$ create-react-native-app my-app
17-
$ cd my-app/
18-
$ npm start</pre>
15+
<pre><code>npm install -g create-react-native-app
16+
create-react-native-app my-app
17+
cd my-app/
18+
npm start</pre>
1919

2020
2. **Install Mobx**: <br />
2121
<pre><code>npm i mobx mobx-react --save</pre>

0 commit comments

Comments
 (0)