From 95addfce9cba5190b756b299e9e746edbe05fef0 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 31 Aug 2021 16:36:34 -0700 Subject: [PATCH] Clarify what this ORM is --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf4f774..b93d3d1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ redis-developer-python is a high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard. -## ORM/ODM +## ORM -redis-developer-python includes an ORM/ODM. +redis-developer-python includes an Object Redis Mapper. ### Declarative model classes