From 9db3b92df451797500872be2625ad32134522e50 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 22 Jul 2021 15:50:46 +0200 Subject: [PATCH] Remove disclaimer from readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 8476a888..db5f1081 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # axum -**WARNING:** axum is very much still work in progress. Nothing is released -to crates.io yet and you shouldn't be using this in production. - axum is a web application framework that focuses on ergonomics and modularity. [![Build status](https://github.com/davidpdrsn/axum/workflows/CI/badge.svg)](https://github.com/davidpdrsn/axum/actions)