Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 9e9d84b

Browse files
grgustafGeoff Gustafson
andauthored
Fix typo in README path to conference sample (#890)
Co-authored-by: Geoff Gustafson <[email protected]>
1 parent 691d297 commit 9e9d84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In the root of the repository:
2929
1. Build native components: `scripts/build.js -t all --check`.
3030
2. Pack built components and js files: `scripts/pack.js -t all --install-module --app-path ${webrtc-javascript-sdk-sample-conference-dist}`.
3131

32-
The ${webrtc-javascript-sdk-sample-conference-dist} is built from owt-javascript-sdk, e.g. `~/owt-client-javascript/dist/sample/conference`, see https://github.com/open-webrtc-toolkit/owt-client-javascript for details.
32+
The ${webrtc-javascript-sdk-sample-conference-dist} is built from owt-javascript-sdk, e.g. `~/owt-client-javascript/dist/samples/conference`, see https://github.com/open-webrtc-toolkit/owt-client-javascript for details.
3333

3434
If "--archive ${name}" option is appended to the pack command, a "Release-${name}.tgz" file will be generated in root folder. For other options, run the scripts with "--help" option.
3535

0 commit comments

Comments
 (0)