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

Commit cb24055

Browse files
authored
correct gulp command line examples on README.md
1 parent c8caa08 commit cb24055

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
@@ -32,9 +32,9 @@ The build task can be configured in order to select supported protocol(s) and to
3232
For example:
3333

3434
1. No hls support, no EME support:
35-
* npm run build -- -hls=false -protection=false
35+
* npm run build -- --no-hls --no-protection
3636
2. No hls support, no MSS support:
37-
* npm run build -- -hls=false -mss=false
37+
* npm run build -- --no-hls --no-mss
3838

3939
## Demo
4040

0 commit comments

Comments
 (0)