From 8bfe13bd08260673e5660a770f956bbf623dabee Mon Sep 17 00:00:00 2001 From: Roman Zlobin Date: Mon, 11 Dec 2023 14:45:51 +0300 Subject: [PATCH] remove whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c5bc1986..ff4e42887 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ pip install dff[benchmark] # dependencies for benchmarking For example, if you are going to use one of the database backends, you can specify the corresponding requirements yourself. Multiple dependencies can be installed at once, e.g. ```bash -pip install dff[postgresql, mysql] +pip install dff[postgresql,mysql] ``` ## Basic example