From fcd253409d6d0905d1aac718983b3d2e0d17f2f1 Mon Sep 17 00:00:00 2001 From: Taewoon Kim Date: Tue, 15 Mar 2022 15:46:45 +0100 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ecc87d..fabda7f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,11 @@ You can either run the Flask RESTful server app as a docker container or just as ### Client -Once the app is running, you can send a text to the server. You can do so with a [client.py](client.py). +Once the app is running, you can send a text to the server. You can do so with a [client.py](client.py). The usage is elow: + +```console +client.py [-h] [--url-emoberta URL_EMOBERTA] --text TEXT +``` For example: