From 211f9a5e1cc209fdc10d2b7d173f85490fa05fd6 Mon Sep 17 00:00:00 2001 From: CytoDev Date: Wed, 13 Jul 2016 00:19:29 +0200 Subject: [PATCH] Fix readme steps reading only 1 --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7735a77..e0934af 100644 --- a/readme.md +++ b/readme.md @@ -2,15 +2,15 @@ A LightDM Mock that is tightly based on the source C code of [Antergos](https://github.com/Antergos)' [lightdm-webkit2-greeter](https://github.com/Antergos/lightdm-webkit2-greeter). Please note that the deprecation errors are intrusive for a reason. ##Usage: - 1. Clone the repo + [1]. Clone the repo ````bash git clone git@github.com:CytoDev/LightDMMock.git ```` - 2. Include the file in your theme that needs mocking
+ [2]. Include the file in your theme that needs mocking
````html ```` - 3. Create a new instance of LightDMMock + [3]. Create a new instance of LightDMMock ````javascript if(!("lightdm" in window)) { var LightDMMock = LightDMMock || {};