From 04e6c31c84c37abeaa6e782702b0663f88c10d7b Mon Sep 17 00:00:00 2001 From: Morten Date: Wed, 4 Oct 2023 11:04:46 +0200 Subject: [PATCH 1/3] Update README.md Fixed spelling error --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76baf20..a18cffd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The logic is based on: https://github.com/usercode/AspNetCore.Honeypot This will install the Core version and a new field in Umbraco Forms. ``` -V9+: Install-Package Out.Umbraco.Honeypot +V9+: Install-Package Our.Umbraco.Honeypot V8: Install-Package Our.Umbraco.HoneyPot.V8 OR @@ -27,11 +27,11 @@ V9+: dotnet add package Out.Umbraco.Honeypot ``` -V8+: Install-Package Out.Umbraco.Honeypot.Core +V8+: Install-Package Our.Umbraco.Honeypot.Core OR -dotnet add package Out.Umbraco.Honeypot.Core +dotnet add package Our.Umbraco.Honeypot.Core ``` From 5353992a7b3783806a2015e2e38e1140a109221d Mon Sep 17 00:00:00 2001 From: Morten Lund Date: Wed, 4 Oct 2023 11:58:15 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a18cffd..005c844 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ public async Task Form(FormModel model) "HoneypotPrefixFieldName": "hp_", "HoneypotSuffixFieldName": "", "HoneypotTimeFieldName": "__time", - "HoneypotMinTimeDuration": "00:02:00, + "HoneypotMinTimeDuration": "00:02:00", "HoneypotFieldStyles": "display: none !important; position: absolute !important; left: -9000px !important;", "HoneypotFieldClass": "hp-field", "HoneypotFieldNames": [ "Name", "Phone", "Comment", "Message", "Email", "Website" ], From 839de86469131529fc128b5f7c1e91466f7c7acd Mon Sep 17 00:00:00 2001 From: Morten Date: Thu, 5 Oct 2023 12:06:54 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 005c844..8c2068a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Custom usage (.net 5+): ``` -Valdation: +Validation: ``` [HttpPost]