From 50e9b81aae61fa1218371315b276af9f40a18be5 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Tue, 3 Dec 2024 17:38:31 +0100 Subject: [PATCH] docs: Better wording for README.md Better wording for part of README.md docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc43a65c0..f0aa2a280 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Replace \ 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 \ 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 ```