Skip to content

Commit

Permalink
minor typo (faust-streaming#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinron authored Jan 3, 2022
1 parent 9f253eb commit 44063a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ The following bundles are available:

`pip install faust[rocksdb]` for using `RocksDB` for storing Faust table state. **Recommended in production.**

`pip install faust[aerospike` for using `Aerospike` for storing Faust table state. **Recommended if supported**
`pip install faust[aerospike]` for using `Aerospike` for storing Faust table state. **Recommended if supported**

### Aerospike Configuration
Aerospike can be enabled as the state store by specifying
Expand Down

0 comments on commit 44063a2

Please sign in to comment.