From 9d4da4c9f55b52e79cf0e09a887199dedbd97a47 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sat, 16 Aug 2025 17:22:34 +0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a44b589..fd58d4f 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ You can make sure this worked by running `python chatmock.py info` ```bash python chatmock.py serve ``` - -- Then, you can simply use the address and port as the baseURL as you require (http://127.0.0.1:8000 by default) +Then, you can simply use the address and port as the baseURL as you require (http://127.0.0.1:8000 by default) Reminder: When setting a baseURL, make you sure you include /v1/ at the end of the URL (e.g http://127.0.0.1:8000/v1)