Skip to content

Commit dd213f5

Browse files
authored
Merge pull request #88 from AleksandarSavic95/patch-1
Fix a typo in README
2 parents 774d7f0 + 7ef958a commit dd213f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ You can now create a new git repository for your project (using `git init`) and
105105
Assuming you have all the requirements installed, you can setup and run the project by running:
106106

107107
- `yarn install` to install the dependencies
108-
- create your [configuration file `App/Config/index.js`](App/Config) from `index.dev.js` (in you are in dev environment) and fill the missing values
108+
- create your [configuration file `App/Config/index.js`](App/Config) from `index.dev.js` (if you are in dev environment) and fill the missing values
109109
- run the following steps for your platform
110110

111111
### Android
112112

113-
- only the first time you run the project, you need to generate a debug key with :
113+
- only the first time you run the project, you need to generate a debug key with:
114114
- `cd android/app`
115115
- `keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000`
116116
- `cd ../..` to come back to the root folder

0 commit comments

Comments
 (0)