From 29ae6c159d15dda88b59ee479dd356a1bca76574 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 13 Nov 2022 22:27:35 -0500 Subject: [PATCH] Add FastAPI to README (#730) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f04cc91226..d28e5772ba 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ faster than any individual tool. automatically convert your existing configuration.) Ruff is actively developed and used in major open-source projects -like [Zulip](https://github.com/zulip/zulip), [pydantic](https://github.com/pydantic/pydantic), -and [Saleor](https://github.com/saleor/saleor). +like [FastAPI](https://github.com/tiangolo/fastapi), [Zulip](https://github.com/zulip/zulip), +[pydantic](https://github.com/pydantic/pydantic), and [Saleor](https://github.com/saleor/saleor). Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster).