From 3a6b1fbaa97cb5d7baa8a38ce6b426805c1e7e9a Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Sat, 23 May 2015 01:44:11 -0300 Subject: [PATCH] Markdown is not Haddock. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff52d41..38c4b95 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ storage backend. All session data is saved on the storage backend. The `serversession` package implements the core logic. It needs to be paired up with two companion packages: - * /Backend (storage)/, in order to store the session data. + * _Backend (storage)_, in order to store the session data. Currently we support: * `serversession-backend-persistent`: Storage backend using `persistent`'s SQL backend. Works with PostgreSQL, MySQL, SQLite. - * /Frontend/, bindings for your web framework of choice. + * _Frontend_, bindings for your web framework of choice. Currently we support: * `serversession-frontend-yesod`: Support the Yesod