From f0acf9db50e7b8ecebf98a52d07c6f8f6008c1ab Mon Sep 17 00:00:00 2001 From: Francesco R <424577+francescor@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:26:12 +0000 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a881f5a..761c68b 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ gptdeploy create --description "Given a 3d object, return vertex count and face ### Table extraction ```bash ---description "Given a URL, extract all tables as csv" --test "http://www.ins.tn/statistiques/90" +gptdeploy create --description "Given a URL, extract all tables as csv" --test "http://www.ins.tn/statistiques/90" ``` Table Extraction