From 1eec4b89fd119f3dd9b35fdc76582815a7b1e566 Mon Sep 17 00:00:00 2001 From: Denis Date: Tue, 25 Jul 2023 09:25:01 -0400 Subject: [PATCH] Update cli doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1180b..916dcad 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pip install sqlite2rest You can use SQLite2REST from the command line by providing the path to your SQLite database: ``` -python -m sqlite2rest /path/to/database.db +sqlite2rest /path/to/database.db ```