From 90c980a3f97c3d14def8899c8baeb7e1278d9c5e Mon Sep 17 00:00:00 2001 From: Jamie Gaskins Date: Thu, 21 Sep 2023 15:38:48 -0500 Subject: [PATCH] Replace README badges with useful info --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index de7a2bc..fd9c223 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ # neo4j.cr -[![Join the chat at https://gitter.im/jgaskins/neo4j.cr](https://badges.gitter.im/jgaskins/neo4j.cr.svg)](https://gitter.im/jgaskins/neo4j.cr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - - Check out the build on Travis CI - - -Crystal implementation of a Neo4j driver using the Bolt protocol. +Neo4j connector for Crystal, supporting the [Bolt protocol](https://neo4j.com/docs/bolt/current/) and routing queries to appropriate nodes in your [Neo4j cluster](https://neo4j.com/docs/bolt/current/driver-api/#client-side-routing). ## Installation