Skip to content

Commit

Permalink
docs: Replace double quotes with graves in flag docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 6, 2023
1 parent 9551dd8 commit 7ea2eea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ When the device reaches a sponsored segment, CastSponsorSkip will quickly seek t
CastSponsorSkip will also mute YouTube ads and automatically hit the skip button when it becomes available.

All flags can be set using environment variables.
To use an env, capitalize all characters, replace "-" with "_", and prefix with "CSS_".
For example, "--paused-interval=1m" would become "CSS_PAUSED_INTERVAL=1m".
To use an env, capitalize all characters, replace `-` with `_`, and prefix with `CSS_`.
For example, `--paused-interval=1m` would become `CSS_PAUSED_INTERVAL=1m`.
4 changes: 2 additions & 2 deletions docs/castsponsorskip.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ When the device reaches a sponsored segment, CastSponsorSkip will quickly seek t
CastSponsorSkip will also mute YouTube ads and automatically hit the skip button when it becomes available.

All flags can be set using environment variables.
To use an env, capitalize all characters, replace "-" with "_", and prefix with "CSS_".
For example, "--paused-interval=1m" would become "CSS_PAUSED_INTERVAL=1m".
To use an env, capitalize all characters, replace `-` with `_`, and prefix with `CSS_`.
For example, `--paused-interval=1m` would become `CSS_PAUSED_INTERVAL=1m`.


```
Expand Down

0 comments on commit 7ea2eea

Please sign in to comment.