From 1aa8b1a891a9b01c8e79e80e89c85abe4231e085 Mon Sep 17 00:00:00 2001 From: yooyea <66212485+yooyea@users.noreply.github.com> Date: Mon, 13 May 2024 14:08:49 +0800 Subject: [PATCH] Update README.md Fix docs url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aad30b3..909f707 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ It also adds a variety of more basic utilities that are useful across a wide var * **CamelCase Conversions**: Convenience functions for converting strings from `snake_case` to `camelCase` or `PascalCase` and back * **GUID Type**: The provided GUID type makes it easy to use UUIDs as the primary keys for your database tables -See the [docs](https://https://fastapi-utils.davidmontague.xyz/) for more details and examples. +See the [docs](https://fastapi-utils.davidmontague.xyz/) for more details and examples. ## Requirements