From e02ceb3d514e323e132a3bb175e4e517eea05d92 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Thu, 24 Nov 2016 13:20:14 +0100 Subject: [PATCH] Bugfix in README example code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0071e3a..6e44582 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Form configuration file: `test_server.json` { "title": "Test server", "forms": [ + { "name": "add_user", "title": "Add user", "description": "Add a user to the htpasswd file",