From 7a35d61359431ed84c60c15c0fcd521febcbcc05 Mon Sep 17 00:00:00 2001 From: callmebob2016 <38659523+callmebob2016@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:13:50 +0200 Subject: [PATCH] docs: fix typo in ui-as-standalone example (#180) --- examples/ui-as-standalone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ui-as-standalone/README.md b/examples/ui-as-standalone/README.md index 225f6323..29acacd9 100644 --- a/examples/ui-as-standalone/README.md +++ b/examples/ui-as-standalone/README.md @@ -13,7 +13,7 @@ docker-compose -f simple.yml up -d ./populate.sh ``` -You can add some credentials to access your registry wit `credentials.yml` docker-compose file. +You can add some credentials to access your registry with `credentials.yml` docker-compose file. Credentials for this example are login: `registry` and password: `ui` using bcrypt. ```sh