From 7615e1fe52582a79d06a1c80240dfe3902deb1e4 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 24 Sep 2021 12:06:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 048cff2..25ead2f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ For debugging and troubleshooting, you can run this app locally using these step 1. Clone this repo using `git clone https://github.com/rishighan/threetwo.git` 2. `yarn run dev` (you can ignore the warnings) 3. This will open `http://localhost:3050` in your default browser -4. For testing `OPDS` functionality, create a folder called `comics` under `/src/server` and put some comics in there. +4. For testing `OPDS` functionality, create a folder called `comics` under `/src/server` and put some comics in there. The `OPDS` feed is accessed to `http://localhost:8050/api/opds` 5. Note that this is simply the UI layer and won't offer anything beyond a scaffold. You have to spin up the microservices locally to get it to work.