From 8ab0c79a71135ef06089103399c4650db8d10ea4 Mon Sep 17 00:00:00 2001 From: codefalling Date: Sun, 1 May 2016 14:00:26 +0800 Subject: [PATCH] source highlight in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff343c8..8d45a78 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ jolla is a pure API server framework,and it is based on the gevent. ## QUICKSTART add a `app.py`,and write dowm: -``` +```python from jolla import server,SessionError,plugins,session,HTTP404Error session = session()