diff --git a/src/config.coffee b/src/config.coffee index e41bbb9d6..551240f31 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -18,9 +18,9 @@ pathWatcher = require 'pathwatcher' # ## Example # # ```coffeescript -# atom.config.set('myplugin.key', 'value') -# atom.config.observe 'myplugin.key', -> -# console.log 'My configuration changed:', atom.config.get('myplugin.key') +# atom.config.set('my-package.key', 'value') +# atom.config.observe 'my-package.key', -> +# console.log 'My configuration changed:', atom.config.get('my-package.key') # ``` module.exports = class Config