Skip to content

Commit

Permalink
docs: lowercase registry url for docker (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Jun 27, 2023
1 parent d05b445 commit 7b2a86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b2a86a

Please sign in to comment.