docs: Better wording for README.md

Better wording for part of README.md

docs
This commit is contained in:
Igor Ilic 2024-12-03 17:38:31 +01:00
parent 1d18dd2f18
commit 50e9b81aae

View file

@ -49,7 +49,7 @@ Replace \<database> with any of the following databases:
- neo4j
- milvus
For example with postgres and neo4j support:
Installing Cognee with PostgreSQL and Neo4j support example:
```bash
pip install 'cognee[postgres, neo4j]'
```
@ -67,7 +67,7 @@ Replace \<database> with any of the following databases:
- neo4j
- milvus
For example with postgres and neo4j support:
Installing Cognee with PostgreSQL and Neo4j support example:
```bash
poetry add cognee -E postgres -E neo4j
```