diff --git a/README.md b/README.md index 39d92c5..3148a58 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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-python 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.py) * [Create an Asset, wait for it to become availiable, and print its playback URL](examples/video/ingest.py) * [Create a new Live Stream and retrieve its Stream key.](examples/video/create-live-stream.py) diff --git a/gen/templates/README.mustache b/gen/templates/README.mustache index 39d92c5..3148a58 100644 --- a/gen/templates/README.mustache +++ b/gen/templates/README.mustache @@ -54,7 +54,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-python 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.py) * [Create an Asset, wait for it to become availiable, and print its playback URL](examples/video/ingest.py) * [Create a new Live Stream and retrieve its Stream key.](examples/video/create-live-stream.py)