From 3a405e7c347edb9f0dd961c3721e54fcf41183a6 Mon Sep 17 00:00:00 2001 From: Novout Date: Thu, 18 May 2023 12:59:16 -0300 Subject: [PATCH] chore: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c54249e..6b1798a 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ pdfeasy.add([ ], }, options: {} - }} + }}, { form: [ // dynamic forms { name: 'button-field', type: 'button', options: { label: 'Click here!'} }, { name: 'text-field', type: 'text', options: { value: '' }},