From 110c2373109f72456b3422e2ccfa535c7e08e29f Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Wed, 1 Apr 2015 22:39:00 +0200 Subject: [PATCH] Link to correct screenshots. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b2a069..c5fe8be 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ We can now start ScriptForm to start serving the form over HTTP: The user is presented with the following form: -![](https://raw.githubusercontent.com/fboender/scriptform/master/doc/screenshots/list.png) +![](https://raw.githubusercontent.com/fboender/scriptform/master/doc/screenshots/form.png) When submitting the form, the results are displayed. -![](https://raw.githubusercontent.com/fboender/scriptform/master/doc/screenshots/form.png) +![](https://raw.githubusercontent.com/fboender/scriptform/master/doc/screenshots/result.png) ## Installation