From 3610a6492996130d127bcfbabf281ab957b67bf9 Mon Sep 17 00:00:00 2001 From: Remy Lalanne Date: Wed, 11 Dec 2024 10:45:26 +0100 Subject: [PATCH] small doc improvment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc686b1..6f7e1bd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Its main features are: Directory structure: ``` -├── cli/ Bash + curl client command line +├── cli/ Bash + curl command line client ├── docker/ deployment package ├── js/ Javascript client API ├── py/ Python client API