From 292d49408af8ffdb7385cd02068e8b9ad19bda10 Mon Sep 17 00:00:00 2001 From: Ruben Moor Date: Wed, 20 Apr 2016 16:04:51 +0200 Subject: [PATCH] fixed formatting --- doc/examples.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/examples.md b/doc/examples.md index f99e6d17..974dffe4 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -12,6 +12,8 @@ Repository for templates for haskell projects, including some templates using **servant**. These templates can be used with `stack new`. -- ** [custom-monad](https://github.com/themoritz/diener)**: +- **[custom-monad](https://github.com/themoritz/diener)**: - A custom monad that can replace `IO` in servant applications. It adds among other things logging functionality and a reader (for database conncetions). A full usage example of servant/diener is also provided. + A custom monad that can replace `IO` in servant applications. It adds among + other things logging functionality and a reader (for database conncetions). + A full usage example of servant/diener is also provided.