docs: fix typo

This commit is contained in:
Kainoa Kanter 2022-11-10 04:03:28 +01:00
parent 6868fce23b
commit 2f7f62c4db

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
``` ```