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 || {};