Skip to content

Commit fa59fd8

Browse files
Release v5.0.0-beta.1 (#1175)
1 parent 0d3a24b commit fa59fd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The Example application can be used for development purpose of the SDK. To integ
55
To run the example application inside the repository, follow these steps:
66

77
1. Open a terminal or command prompt.
8-
2. Run `npm run bootstrap` to set up the project.
9-
3. Run `npm run prepare` to build the project.
8+
2. Run `yarn bootstrap` to set up the project.
9+
3. Run `yarn ci` to build the project.
1010
4. To run the application:
11-
For Android, run `npm run example:android`.
12-
For iOS, run `npm run example:ios`.
11+
For Android, run `yarn example:android`.
12+
For iOS, run `yarn example:ios`.
1313

1414
The application will be built and launched on the specified platform, allowing you to interact with it.
1515

0 commit comments

Comments
 (0)