Skip to content

Commit

Permalink
fix typo, but in both places
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanford8 committed Aug 28, 2024
1 parent 0f163bb commit 7aa8bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Its up to you to manage your token and secret. In our examples, we read them fro
### Example Usage
Below is a quick example of using Mux Ruby to list the Video assets stored in your Mux account.

Be sure to also checkout the [exmples directory](examples/):
Be sure to also checkout the [examples directory](examples/):
* [List Assets, Live Streams, Signing Keys, and Uploads.](examples/video/list-everything.rb)
* [Create an Asset, wait for it to become availiable, and print its playback URL](examples/video/ingest.rb)
* [Create a new Live Stream and retrieve its Stream key.](examples/video/create-live-stream.rb)
Expand Down
2 changes: 1 addition & 1 deletion gen/templates/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Its up to you to manage your token and secret. In our examples, we read them fro
### Example Usage
Below is a quick example of using Mux Ruby to list the Video assets stored in your Mux account.

Be sure to also checkout the [exmples directory](examples/):
Be sure to also checkout the [examples directory](examples/):
* [List Assets, Live Streams, Signing Keys, and Uploads.](examples/video/list-everything.rb)
* [Create an Asset, wait for it to become availiable, and print its playback URL](examples/video/ingest.rb)
* [Create a new Live Stream and retrieve its Stream key.](examples/video/create-live-stream.rb)
Expand Down

0 comments on commit 7aa8bbe

Please sign in to comment.