diff options
Diffstat (limited to 'network/bottle/README')
-rw-r--r-- | network/bottle/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/bottle/README b/network/bottle/README index 9506e8bf4e..f64ed2a768 100644 --- a/network/bottle/README +++ b/network/bottle/README @@ -1,4 +1,4 @@ -Bottle is a fast and simple micro-framework for small web applications. It +bottle is a fast and simple micro-framework for small web applications. It offers request dispatching (Routes) with url parameter support, templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines - all in a single file and with no dependencies other than |