From 31df9ca4b9c47ff13001fe19a76420543e730101 Mon Sep 17 00:00:00 2001 From: tangkikodo Date: Sun, 28 Jan 2024 22:14:59 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc225a..10c6f0b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ > A small yet powerful tool to extend your pydantic schema with no pain. > -> It is the key to the realm of composable development pattern +> It is the key to the realm of composition-oriented-development-pattern (wip) > > [Attention] This package supports pydantic v2 only, it's incompatible with pydantic v1, if you want to play with pydantic v1, please use pydantic-resolve instead.