diff --git a/README.md b/README.md index 8ff6d4c9..b2c06615 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that c [Contact Form Example](https://stage.tellform.com/#!/forms/57196d592601ed12074eecc0) +##Screenshots +![screenshot](design/screenshots/tellform_screenshot1.png) + + ## Features ###Currently following features are implemented: diff --git a/app/controllers/core.server.controller.js b/app/controllers/core.server.controller.js index b8015412..5d5c6e16 100755 --- a/app/controllers/core.server.controller.js +++ b/app/controllers/core.server.controller.js @@ -2,7 +2,7 @@ var config = require('../../config/config'); -/** +/**cd * Module dependencies. */ exports.index = function(req, res) { @@ -10,4 +10,4 @@ exports.index = function(req, res) { user: req.user || null, request: req }); -}; \ No newline at end of file +}; diff --git a/design/screenshots/tellform_screeshot1.png b/design/screenshots/tellform_screeshot1.png new file mode 100644 index 00000000..17584590 Binary files /dev/null and b/design/screenshots/tellform_screeshot1.png differ