From 670b7259b6ca970d937cca41d9dd4f3dd94de4ab Mon Sep 17 00:00:00 2001 From: Abderrahman Date: Wed, 4 Feb 2015 18:31:21 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3eb6619a6..1f67b4467 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ $form->addText('name', 'Name:') ->setRequired('Please fill your name.'); ``` -Try submitting a form without the name - you will se this very message until you meet the validation rules. All that is left for us is setting up JavaScript rules. Luckily it's an piece of cake. We only have to link `netteForms.js`, which is located at `/client-side/forms` in the distribution package. +Try submitting a form without the name - you will keep seeing this message until you meet the validation rules. All that is left for us is setting up JavaScript rules. Luckily it's a piece of cake. We only have to link `netteForms.js`, which is located at `/client-side/forms` in the distribution package. ```html