summaryrefslogtreecommitdiffstats
path: root/network/bottle/README
diff options
context:
space:
mode:
author Philip Lacroix2015-09-10 20:48:16 +0200
committer Willy Sudiarto Raharjo2015-09-10 20:48:16 +0200
commit4e7c68052434879912d3eed66ac2e1c4db960df2 (patch)
tree9a4759d171e8acac202bf6cc7cd6501bede8fac3 /network/bottle/README
parentd0add4f89dfca5eed2c2c832b8fb314bd0fb49d6 (diff)
downloadslackbuilds-4e7c68052434879912d3eed66ac2e1c4db960df2.tar.gz
network/bottle: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bottle/README')
-rw-r--r--network/bottle/README2
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