diff --git a/workshop/content/docs/publishing/first.md b/workshop/content/docs/publishing/first.md
index ee4137ac..fa387130 100644
--- a/workshop/content/docs/publishing/first.md
+++ b/workshop/content/docs/publishing/first.md
@@ -48,7 +48,7 @@ To test:
```bash
docker compose up -d
- docker ls # verify that the pygeoapi container is running
+ docker ps # verify that the pygeoapi container is running
# visit http://localhost:5000 in your browser, verify some collections
docker logs --follow pygeoapi # view logs
docker compose stop