From 7b2a86ad90764027d92bfae47a600cb152f81010 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 27 Jun 2023 04:46:19 -0400 Subject: [PATCH] docs: lowercase registry url for docker (#807) --- packages/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 521a40b3..fc407927 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -34,7 +34,7 @@ external dependencies. This is the recommended setup, but it's possible to As an alternative to running the cli on your machine with Node.js directly you can use this container image which got the cli and all dependencies pre-installed. To use the cli run -`docker run --rm -ti ghcr.io/GoogleChromeLabs/bubblewrap:latest [cmd]` as you would normally +`docker run --rm -ti ghcr.io/googlechromelabs/bubblewrap:latest [cmd]` as you would normally use `bubblewrap [cmd]`. ## Quickstart Guide