From 5ca0864753c696864b4bd5ce516c08351fd39576 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 6 Feb 2014 11:05:41 -0800 Subject: [PATCH] :memo: Use ## for headings --- src/config.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.coffee b/src/config.coffee index 312e73196..7896fa795 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -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')