From a86cc32dff6850cf3ebec8f3df07a8d9492e65fc Mon Sep 17 00:00:00 2001 From: Raphael Deem Date: Thu, 12 Jan 2017 19:30:22 -0800 Subject: [PATCH] Update extensions.md Since there have been a few extensions discussed in open issues, it makes sense to start keeping track of them. --- docs/extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extensions.md b/docs/extensions.md index dbd379b8..829ccf99 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -2,5 +2,5 @@ A list of Sanic extensions created by the community. - * [Sessions](https://github.com/subyraman/sanic_session) -- Support for sessions. Allows using redis, memcache or an in memory store. - * [CORS](https://github.com/ashleysommer/sanic-cors) -- A port of flask-cors. + * [Sessions](https://github.com/subyraman/sanic_session) — Support for sessions. Allows using redis, memcache or an in memory store. + * [CORS](https://github.com/ashleysommer/sanic-cors) — A port of flask-cors.