From 479b33c73995e2b9f087e93ecdd0f438c10e1efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Zral=C3=BD?= Date: Mon, 17 Sep 2018 13:47:33 +0200 Subject: [PATCH] README.md example typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cc2104..a4a51ad 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ It has all the features of this library pre-configured and extends ```php $form = new BootstrapForm; -$form->renderMode = RenderMode::Vertical; +$form->renderMode = RenderMode::VerticalMode; ``` It will behave pretty much the same as the default Nette form, with the exception of not grouping buttons.