From 16c82e35ad0c5b55fb9d8e2bf5dc90beb62f5026 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 19 Oct 2021 16:54:25 -0700 Subject: [PATCH] Editing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d2711..f771500 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,8 @@ hit us up on the [Redis Discord Server](http://discord.gg/redis). Redis OM relies on core features from two source available Redis modules: **RediSearch** and **RedisJSON**. These modules are the "magic" behind the scenes. -RediSearch is a module that adds querying and full-text search to Redis, while RedisJSON adds support for the JSON data type to Redis. +* RediSearch adds querying and full-text search to Redis +* RedisJSON adds the JSON data type to Redis ### Why this is important