diff --git a/README.md b/README.md index 16fa42a1b..bc6c64310 100644 --- a/README.md +++ b/README.md @@ -304,9 +304,9 @@ The new Docker implementation includes: ### Getting Started ```bash -# Pull and run the latest release candidate -docker pull unclecode/crawl4ai:0.7.0 -docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:0.7.0 +# Pull and run the latest release version +docker pull unclecode/crawl4ai:latest +docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:latest # Visit the playground at http://localhost:11235/playground ```