From 62f8e7a22d6501b4cbb86c47473e37779605b07c Mon Sep 17 00:00:00 2001 From: nwrenger Date: Mon, 29 Jul 2024 03:41:55 +0200 Subject: [PATCH] Revert ":wrench: Updated disclaimer" This reverts commit 31196e70ecd8070b70ec8993e2afd7b6fcac24cb. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b6e80..11dcad4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ light_magic = "0.3.0" Please be informed that this crate is in a very early state and is expected to work in not every case. Open a Issue if you encounter one! What works is: - Defining the routing and api generation as outlined in [How to use](#how-to-use) -- Inferring the input and output types of functions (but only `Json<...>`) +- Inferring the input and output types of functions (but only `Json<...>` for inputs) - Converting them to ts types - Generating the ts file with the functions and data types