docs: fix typo

This commit is contained in:
Kainoa Kanter 2022-11-10 04:03:28 +01:00
parent 52ea9ee759
commit d0cd52eba9

View file

@ -180,7 +180,7 @@ pm2 start "NODE_ENV=production yarn start" --name Calckey
### 🐋 Prebuilt Docker image ### 🐋 Prebuilt Docker image
```sh ```sh
docker pull thatonecalculator:calckey docker pull thatonecalculator/calckey
docker up -d docker up -d
``` ```