summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.markdown
diff options
context:
space:
mode:
authorNorwid Behrnd <nbehrnd@yahoo.com>2022-11-30 14:18:56 +0100
committerNorwid Behrnd <nbehrnd@yahoo.com>2022-11-30 14:18:56 +0100
commit7cf9a2b7aaab2829e7dcb28d082e4e4fab74336f (patch)
tree09506bd2a0ed3974446a1fe5c4a5c299a7c465fc /CONTRIBUTING.markdown
parentf33c10645494888c2f0d0c046bde20d1e0223462 (diff)
adjust third level of indentation (manual)
Diffstat (limited to 'CONTRIBUTING.markdown')
-rw-r--r--CONTRIBUTING.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown
index af97f92d..a3d75101 100644
--- a/CONTRIBUTING.markdown
+++ b/CONTRIBUTING.markdown
@@ -97,8 +97,8 @@ You can build the site locally to test your changes. Follow the steps below.
folder inside the `docs` folder, it should just contain all the repo
contents.
* Checkout your fork of the learnxinyminutes-docs repo as `source/docs`.
- * `cd source/docs/`
- * `git clone https://github.com/YOUR-USERNAME/learnxinyminutes-docs ./source/docs/`
+ * `cd source/docs/`
+ * `git clone https://github.com/YOUR-USERNAME/learnxinyminutes-docs ./source/docs/`
* Build the site or run a development server to test your changes (NOTE: run
these commands at `learnxinyminutes-site/`).
* Build - `bundle exec middleman build`