From 2f0cc43307fe211bf7f4142c2a1d5643ff07c5ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Mudr=C3=A1k?= <david@moodle.com>
Date: Wed, 22 Jul 2015 09:26:38 +0200
Subject: [PATCH] Fix the demo LRS endpoint URL display

The trailing quote was considered as a part of the URL when viewed via the Github interface.
---
 docs/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation.md b/docs/installation.md
index 3e64c6f..6f32723 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -7,7 +7,7 @@ You obviously need to have [Moodle](https://moodle.org/) installed first and you
 5. Click “Install plugin!”.
 6. Click “Upgrade Moodle database now”.
 7. Click “Continue”.
-8. Set your “endpoint” to your LRS endpoint (e.g. “http://demo.learninglocker.net/data/xAPI”).
+8. Set your “endpoint” to your LRS endpoint (e.g. “<http://demo.learninglocker.net/data/xAPI>”).
 9. Set your “username” to your LRS basic auth username (e.g. “d416e6220812740d3922eb09813ebb4163e8eb3e”).
 10. Set your “password” to your LRS basic auth password (e.g. “bc7e0a2edd5d1969b6d774e679d4eb4e7a35be13”).
 11. Click “Save changes”.
-- 
GitLab