From 4fbaa8b32fbe29725916e30f0738bb0c01c84a13 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 19 Jan 2016 13:16:41 +0100 Subject: [PATCH] [doc] fix markdown syntax --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9326a95..74e9d52 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,16 @@ Gallery building needs graphicsmagick library 1. Create a virtualenv, and activate it - virtualenv venv - source venv/bin/activate +``` +virtualenv venv +source venv/bin/activate +``` 2. Download and install Prosopopee - pip instal git+https://github.com/Psycojoker/prosopopee - +``` +pip instal git+https://github.com/Psycojoker/prosopopee +``` ## Usage @@ -66,4 +69,4 @@ sections: text: Some text, HTML is allowed. - type: bordered-picture image: another_picture.jpg -``` \ No newline at end of file +```