From db1179790e1c8d2e997683fe0841601c7adc6830 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 1 Oct 2025 07:30:49 +0300 Subject: [PATCH] docs: correcting docker installation instruction --- README.md | 2 +- docs/ai/mcp-server.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49305d2..1579bb0 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ Starting with v0.3.2, this installation only includes the parser engine and its ### Docker You can also install a Docker image with all extras and browsers with the following command: ```bash -docker pull scrapling +docker pull pyd4vinci/scrapling ``` This image is automatically built and pushed to Docker Hub through GitHub actions right here. diff --git a/docs/ai/mcp-server.md b/docs/ai/mcp-server.md index a8290d9..145f78b 100644 --- a/docs/ai/mcp-server.md +++ b/docs/ai/mcp-server.md @@ -50,7 +50,7 @@ scrapling install Or use the Docker image directly: ```bash -docker pull scrapling +docker pull pyd4vinci/scrapling ``` ## Setting up the MCP Server