From 0422bd0c22fef1f935243098dc4306d22f4293f6 Mon Sep 17 00:00:00 2001 From: dan-dbnl <168602087+dan-dbnl@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:02:56 -0400 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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