From eb9d4ba8166c61ee8ed481dbb73f16c6685bf0ec Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 4 Sep 2014 13:39:49 -0700 Subject: [PATCH] :memo: Use ### for example sections --- src/git.coffee | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/git.coffee b/src/git.coffee index 7cf4014a9..08a24d23b 100644 --- a/src/git.coffee +++ b/src/git.coffee @@ -27,12 +27,14 @@ Task = require './task' # # ## Examples # +# ### Logging the URL of the origin remote +# # ```coffee # git = atom.project.getRepo() # console.log git.getOriginUrl() # ``` # -# ## Requiring in packages +# ### Requiring in packages # # ```coffee # {Git} = require 'atom'