📝 Use ### for example sections

This commit is contained in:
Kevin Sawicki
2014-09-04 13:39:49 -07:00
parent 1ffe459b1e
commit eb9d4ba816

View File

@@ -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'