From 6e660c87b4e91f9ebbab4e09c25b26b9f0bb9cac Mon Sep 17 00:00:00 2001 From: Matt Lamb Date: Wed, 18 Aug 2021 21:41:43 +1200 Subject: [PATCH] Update README.md - minor typo resolves #514 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01bf0c8c..0358e064 100644 --- a/README.md +++ b/README.md @@ -517,7 +517,7 @@ api: yes The API listens on `apiAddress`, that by default is `127.0.0.1:9997`; for instance, to obtain a list of active paths, run: ``` -curl http//127.0.0.1:9997/list +curl http://127.0.0.1:9997/v1/paths/list ``` Full documentation of the API is available on the [dedicated site](https://aler9.github.io/rtsp-simple-server/).