From 0438d8ad1f39adfb3e35656b2157845c0dd3da4d Mon Sep 17 00:00:00 2001 From: Marcus Dunn <51931484+MarcusDunn@users.noreply.github.com> Date: Fri, 7 Oct 2022 13:48:33 -0700 Subject: [PATCH] Changed mentions of Iron to Axum --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e97b98a94..32ead2821 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It has a number of features, including: ## Architecture -A [React][react] frontend communicates with an [Iron][iron] +A [React][react] frontend communicates with an [Axum][axum] backend. [Docker][docker] containers are used to provide the various compilers and tools as well as to help isolate them. @@ -43,7 +43,7 @@ feel free to ask a question and we might even be able to point out some useful resources. [react]: https://reactjs.org/ -[iron]: https://github.com/iron/iron +[axum]: https://github.com/tokio-rs/axum [docker]: https://www.docker.com/ ## Resource Limits