Skip to content

Commit a8ef020

Browse files
readme updated
1 parent 195926e commit a8ef020

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository contains the source code of the Document Reader API, and the sam
1212
* [Additional information](#additional-information)
1313

1414
## How to build demo application
15-
1. Visit [licensing.regulaforensics.com](https://licensing.regulaforensics.com) to get a trial license (`regula.license` file). The license creation wizard will guide you through the necessary steps.
15+
1. Visit [client.regulaforensics.com](https://client.regulaforensics.com) to get a trial license (`regula.license` file). The license creation wizard will guide you through the necessary steps.
1616
2. Download or clone this repository using the command `git clone https://github.com/regulaforensics/react-native-document-reader.git`.
1717
3. Run the following commands in Terminal:
1818
```bash
@@ -26,14 +26,14 @@ $ pod install
2626

2727
4. Android:
2828
* Copy the `regula.license` file to the `example/android/app/src/main/assets` folder.
29-
* Change the application ID to the one you have specified during the registration at [licensing.regulaforensics.com](https://licensing.regulaforensics.com).
29+
* Change the application ID to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
3030
* Run `npx react-native run-android` inside `example` folder - this is just one way to run the app. You can also run it directly from within Android Studio. **Note**: `npx react-native log-android` is used to view logs.
3131

3232
**Note**: if the running failed with the following error `Error: spawn ./gradlew EACCES`, try to run the following command `chmod +x gradlew` within the `example/android` directory.
3333

3434
5. iOS:
3535
* Copy the `regula.license` file to the `example/ios/DocumentReader` folder.
36-
* Change the Bundle Identifier to the one you have specified during the registration at [licensing.regulaforensics.com](https://licensing.regulaforensics.com).
36+
* Change the Bundle Identifier to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
3737
* Run `npx react-native run-ios` inside `example` folder - this is just one way to run the app. You can also run it directly from within Xcode.
3838

3939
### Troubleshooting license issues

0 commit comments

Comments
 (0)