aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoripkn <ipknhama@gmail.com>2014-09-11 08:04:14 +0900
committeripkn <ipknhama@gmail.com>2014-09-11 08:04:14 +0900
commit764999e6c863f3ea07b48196b5b798a9a7372688 (patch)
treeb354bd11c4d06d26406cd8beae2f9ec4b6409bc2 /README.md
parent9eb96b7f4c2e134e768555de2650823a863843ce (diff)
downloadcrow-764999e6c863f3ea07b48196b5b798a9a7372688.tar.gz
crow-764999e6c863f3ea07b48196b5b798a9a7372688.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e4831cc..1410baf 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,10 @@ Crow is C++ microframework for web. (inspired by Python Flask)
- [Mustache](http://mustache.github.io/) based templating library (crow::mustache)
- Header only
- Provide an amalgamated header file `crow_all.h' with every features
+ - Middleware support
## Still in development
- Built-in ORM
- - Middleware support
## Example
@@ -27,7 +27,7 @@ Crow is C++ microframework for web. (inspired by Python Flask)
int main()
{
- crow::Crow app;
+ crow::SimpleApp app;
CROW_ROUTE(app, "/about")
([](){