From a496e839da4c8f0e037b55a9f8e940288d390147 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 04:17:56 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9226f26..838c1f9 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -#Initializing Submodules +# Initializing Submodules ``` git clone git@github.com:bittorrenttorque/oneclick.git git submodule init git submodule update ``` -#Updating Submodules +# Updating Submodules Use this when you've changed code in one of the submodules, commited it, and now want to use that new code in this project. ``` git submodule -q foreach git pull -q origin master ``` -#Build/Install (Development) +# Build/Install (Development) Chrome -> Tools -> Extensions Enable *Developer Mode* Click *Load Unpacked Extension* and select this project directory -#License +# License Copyright 2012 Patrick Williams, BitTorrent Inc. http://torque.bittorrent.com/