From 619af80a4ac63d1eed0de53f0ee71f8f6555e940 Mon Sep 17 00:00:00 2001 From: Giovanni Savarese Date: Wed, 19 Jun 2024 14:03:00 +0000 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df77e01..0725cef 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,6 @@ Since endpoints requires a valid token, this example expects the access token as python examples/client.py -t ``` -You can copy and edit that file to make more complexes examples or tests. \ No newline at end of file +> For the example client to work you need a running instance of the application. + +You can copy and edit that file to make more complexes examples or tests.