diff --git a/README.md b/README.md index 440739d..e30b3c2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The result is a set of files and directories containing everything needed to bui Once the files have been written to your directory, the container terminates and can be deleted. -You can run the container directly from teh docker hub like this: +You can run the container directly from the docker hub like this: docker run -it -v $PWD:/output -e "BUILD_ENV=LINUX" tier/shibbidp_configbuilder_container -OR, for a Windows container, like this-