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'