From ac633724685264ff95a9be4f32b4a1aba17664bb Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Sat, 8 Apr 2023 20:54:58 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd91d8e8f..9c8689601 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ command-line by using brackets. Separate multiple bundles using the comma: ```sh pip install "faust-streaming[rocksdb]" -pip install "faust-streaming[rocksdb,uvloop,fast,redis, aerospike]" +pip install "faust-streaming[rocksdb,uvloop,fast,redis,aerospike]" ``` The following bundles are available: