From f8b7dd8f4c598283cadae9ef6ec2cee08f3dd165 Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sat, 13 Sep 2025 20:23:53 +0200 Subject: [PATCH] Remove WIP comments from README --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 181a886..d565be1 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,6 @@ const directEmail = await payload.create({ }) ``` -## Why This Approach is Better - -- ✅ **Full Type Safety**: Use your generated Payload types -- ✅ **No Learning Curve**: Just use `payload.create()` like any collection -- ✅ **Maximum Flexibility**: Add any custom fields to your email collection -- ✅ **Payload Integration**: Leverage validation, hooks, access control -- ✅ **Consistent API**: One way to create data in Payload - ## Configuration ### Plugin Options