From f90820147f45b98c8a1d72552e2b2f0b49a9407a Mon Sep 17 00:00:00 2001 From: Bitor Tonixa Balenca Date: Tue, 19 Dec 2023 23:31:45 +0000 Subject: [PATCH] More bugfixing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be23bb4..e98e2b4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ python3 -m http.server 9999 ``` -This will open a http server in the port `9000`. This will not implement the endpoints defined in the code but will be enough to log the calls and this will be enough for us to validate the provider lifecycle. +This will open a http server in the port `9999`. This will not implement the endpoints defined in the code but will be enough to log the calls and this will be enough for us to validate the provider lifecycle. ### Running the provider