From 71b06f8d61268e0f241041cf20e9f6daf1822449 Mon Sep 17 00:00:00 2001 From: Lev Date: Sun, 17 Apr 2022 23:52:59 -0700 Subject: [PATCH] stuff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fa79e5fc..43ac2461a 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ $ sudo pip3 install pgml $ psql -f sql/install.sql ``` -If everything works, you should be able to run this successfully: +If everything works correctly, you should be able to run this successfully: ```bash $ psql -c 'SELECT pgml.version()'