Skip to content

Commit 71dcc97

Browse files
Merge pull request #21 from MirrorFly/feature/update-2.1.0
Readme update for User instructions
2 parents 80118df + 0e5bd13 commit 71dcc97

File tree

2 files changed

+3
-2402
lines changed

2 files changed

+3
-2402
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ Follow the below steps to get your license key:
3030
**Step 5:** In this file `/src/config/config.js`, please update the API_URL and licenseKey
3131

3232
```jsx
33-
GOOGLE_LOCATION_API_KEY: '*******************', // NOSONAR
34-
API_URL: 'https://console.mirrorfly.com/', // NOSONAR ADDED mirrorfly console URL to avoid crash in Android
35-
licenseKey: '*****************', // NOSONAR
33+
GOOGLE_LOCATION_API_KEY: '*******************', // Please update with a valid Google Location API Key
34+
API_URL: 'https://api-preprod-sandbox.mirrorfly.com/api/v1', // Please replace with the valid API_URL, obtained from the MirrorFly console
35+
LICENSEKEY: '*******************', // Please update with the valid licenseKey, obtained from the MirrorFly console
3636

3737
```
3838

39-
4039
**Step 6:** Then run the application using the command `npm start -- --reset-cache`
4140

4241
**Step 7:** To integrate the sample app `src` folder with your existing application please follow the upcoming steps

0 commit comments

Comments
 (0)