From 9c8c8dc0c29ed39728d3e4edfd695222ad038b52 Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Wed, 13 Feb 2019 11:23:29 +0100 Subject: [PATCH] fix bullets-points indentation in CONTRIBUTING.md Co-Authored-By: roipoussiere --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e42473f..0479cfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ Yay! You are ready! 🍾 1. First, [create a fork of this project](https://github.com/Ionaru/easy-markdown-editor/fork), and copy the https URL (*clone or download* button) of your project (something like https://github.com/YOUR_USERNAME/easy-markdown-editor.git ); 2. a) If you already cloned and worked on the project: `git remote add source https://github.com/Ionaru/easy-markdown-editor.git`; - b) otherwise, clone your fork: `git clone https://github.com/YOUR_USERNAME/easy-markdown-editor.git`; +b) otherwise, clone your fork: `git clone https://github.com/YOUR_USERNAME/easy-markdown-editor.git`; 3. create a new dedicated branch `git checkout -b myMergeRequest`; 4. write some nice code and commit your work; 5. check files against the ESLint syntax and build minified versions: `gulp`;