From 95643f86f341dc465e9a7010162d65591fb182b3 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Mon, 25 Oct 2021 13:26:40 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ff6506..15c3c0f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This **preview** release contains the following features: With Redis OM, you get powerful data modeling, extensible data validation with [Pydantic](pydantic-url), and rich query expressions. -Check out this example of how we'd model customer data with Redis OM. First, we're going to create a `Customer` model: +Check out this example of how we'd model customer data with Redis OM. First, we create a `Customer` model: ```python import datetime