From 75fc40f3881d7f55dfb7a82cc145936731406b6f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 1 Dec 2012 13:21:01 -0800 Subject: [PATCH] Consistent parenthesis spacing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3096b17..1f963bda 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ but still let you get under the hood and tinker if you want. * App, resource and scaffold generators * Content-negotiation * Session support (in-memory, cookie) - * Multiple template engine support(EJS, Jade, Mustache, Handlebars) + * Multiple template engine support (EJS, Jade, Mustache, Handlebars) * Real Time API generation (socket.io integration) - * View helpers([Docs](https://github.com/mde/geddy/wiki/View-Helpers)) + * View helpers ([Docs](https://github.com/mde/geddy/wiki/View-Helpers)) * Fully non-blocking ### License