From 6cbb737073d181379bb7cfc1eebf09e05ced4c88 Mon Sep 17 00:00:00 2001 From: Pawan Osman Date: Fri, 5 Apr 2024 17:31:14 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6464172..d121a61 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Welcome to the **ChatGPT API Free Reverse Proxy** project, a complimentary resou 1. Ensure Docker is installed by referring to the [Docker Installation Docs](https://docs.docker.com/engine/install/). 2. Run the following command: ```bash - docker run -dp 3040:3040 yourusername/chatgpt:latest + docker run -dp 3040:3040 pawanosman/chatgpt:latest ``` 3. Done! You can now connect to your local server's API at: ```