Word choice

This commit is contained in:
Andrew Brookins 2021-11-09 08:06:32 -08:00
parent 12bd069026
commit a1fef8cfe6

View file

@ -10,7 +10,7 @@ Good news: Redis OM was **specifically designed to integrate with FastAPI**!
### Every Redis OM Model is also a Pydantic model
Every Redis OM model is also a Pydantic model, so you can define a model and then pass the model class into any location that FastAPI expects a Pydantic model.
Every Redis OM model is also a Pydantic model, so you can define a model and then use the model class anywhere that FastAPI expects a Pydantic model.
This means a couple of things: