diff --git a/README.md b/README.md index 67f2b9c..04db830 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pixee fix /my/project/directory/ ## Docker Usage -Pixee can also be run in a Docker container. This is useful if you want to run Pixee on an oerating system that does not support brew, or a CI/CD pipeline or in a containerized environment. +Pixee can also be run in a Docker container. This is useful if you want to run Pixee on an operating system that does not support brew, or a CI/CD pipeline or in a containerized environment. ``` docker run --rm -it -v "${PWD}:/src" codemodder/pixee-cli fix /src