From fcbfe437dd44be9cc1977142ef531d276dbea2d8 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Fri, 4 Nov 2016 21:25:29 +0100 Subject: [PATCH] README.md: fix markup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40a261d..1d4f56a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Hadaly +# Hadaly @@ -9,13 +9,13 @@ Hadaly is a presentation software allowing to manipulate slides, in various ways It contains a presentation editor and a viewer. The editor allows you to build presentations by creating slides from pictures and by adding information about them (e.g: artist, title and year). And, well, the viewer allows you to show and manipulate the slides. -Presentations are saved as \*.opah files which contains all the slides image files and their metadata (JSON). +Presentations are saved as `*.opah` files which contains all the slides image files and their metadata (JSON format). -##Installation, Documentation +## Installation, Documentation Installation instructions and user manual can be found at : http://hadaly.readthedocs.org/ -##License +## License Hadaly is released under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).