From 9cdf134d0ee087a5e040b8bf701fe38cbda367d5 Mon Sep 17 00:00:00 2001 From: Marco Muser Date: Sun, 28 Sep 2025 14:00:45 +0200 Subject: [PATCH] Remove Core from main api reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 872df8d..4e5815b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ That's it! Conformal automatically handles FormData parsing, type coercion, and ## API Reference -### Core Functions +### Functions - **[`parseFormData`](src/README.md#parseformdata)** - Parse FormData with schema validation and get Submission object - **[`decode`](src/README.md#decode)** - Convert FormData to structured objects (no validation)