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

Commit 09c548e

Browse files
authored
Merge pull request #147 from JosePedroDiasSky/patch-1
correct gulp command line examples on README.md
2 parents 2b794c3 + cb24055 commit 09c548e

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)