From b13cee25bb95b4eea2a8d5684bb8f1b140436d98 Mon Sep 17 00:00:00 2001
From: Marcia Ramos <virtua.creative@gmail.com>
Date: Mon, 3 Apr 2017 20:18:12 +0000
Subject: [PATCH] highlight yaml code block, trigger build

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

diff --git a/README.md b/README.md
index 24830bb..c2d3730 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ documentation https://docs.gitlab.com/ce/user/project/pages/.
 This project's static Pages are built by [GitLab CI][ci], following the steps
 defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
 
-```
+```yml
 image: node
 
 before_script:
@@ -50,11 +50,11 @@ pages:
 To work locally with this project, you'll have to follow the steps below:
 
 1. Fork, clone or download this project
-1. [Install][] Nuxt
+1. [Install] Nuxt
 1. Generate and preview the website with hot-reloading: `npm run dev` or `nuxt`
 1. Add content
 
-Read more at Nuxt's [documentation][].
+Read more at Nuxt's [documentation].
 
 ## GitLab User or Group Pages
 
-- 
GitLab