📝 Use ## for headings

This commit is contained in:
Kevin Sawicki
2014-02-06 11:05:41 -08:00
parent ee3d928b5b
commit 5ca0864753

View File

@@ -10,12 +10,12 @@ pathWatcher = require 'pathwatcher'
#
# An instance of this class is always available as the `atom.config` global.
#
# ### Best practices
# ## Best practices
#
# * Create your own root keypath using your package's name.
# * Don't depend on (or write to) configuration keys outside of your keypath.
#
# ### Example
# ## Example
#
# ```coffeescript
# atom.config.set('myplugin.key', 'value')