From 764999e6c863f3ea07b48196b5b798a9a7372688 Mon Sep 17 00:00:00 2001 From: ipkn Date: Thu, 11 Sep 2014 08:04:14 +0900 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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") ([](){ -- cgit v1.2.3-54-g00ecf