From 4916636220620f37ec2688ca36cb2aad9046e88e Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Sat, 13 Apr 2024 14:52:45 +0530 Subject: [PATCH] feat(readme): correct access URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22868e5..0699c14 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ There are mainly 2 ways of installing Perplexica - With Docker, Without Docker. docker compose up ``` -6. Wait a few minutes for the setup to complete. You can access Perplexica at `http://localhost:3001` in your web browser. +6. Wait a few minutes for the setup to complete. You can access Perplexica at http://localhost:3000 in your web browser. **Note**: Once the terminal is stopped, Perplexica will also stop. To restart it, you will need to open Docker Desktop and run Perplexica again.