diff --git a/README.md b/README.md index 1854319..638d60e 100644 --- a/README.md +++ b/README.md @@ -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)