added tellform screenshot to README
This commit is contained in:
parent
b13c07a63b
commit
8ab31d4c44
3 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
BIN
design/screenshots/tellform_screeshot1.png
Normal file
BIN
design/screenshots/tellform_screeshot1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
Loading…
Reference in a new issue