From a746b6b5e559fa4087b05ceb9b48fe00c172b918 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 12 Nov 2018 06:57:19 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-