We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91a1d93 + 866b6fc commit 5508459Copy full SHA for 5508459
docs/examples/MobxCounterExample.md
@@ -12,10 +12,10 @@ We aim to create a simple App that has a counter with increment and decrement fu
12
## Installation
13
14
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>
+<pre><code>npm install -g create-react-native-app
+create-react-native-app my-app
+cd my-app/
+npm start</pre>
19
20
2. **Install Mobx**: <br />
21
<pre><code>npm i mobx mobx-react --save</pre>
0 commit comments