From bda3fd530ed0a11ca5dba6f8419c2df0878968f6 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Wed, 24 Apr 2019 22:55:31 +0200
Subject: [PATCH] fix headers

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9e8e5d0a..060d9403 100644
--- a/README.md
+++ b/README.md
@@ -2,20 +2,20 @@
 
 This repository contains all presentations related to R3.
 
-## How to get started
+# How to get started
 
 ```bash
 $ npm install -g npm@latest grunt-cli generator-reveal
 $ npm install
 ```
 
-## How to develop locally
+# How to develop locally
 
 ```bash
 $ grunt server
 ```
 
-## How to publish
+# How to publish
 
 ```bash
 grunt dist
-- 
GitLab