📝 atom.project instead of global.project

This commit is contained in:
Kevin Sawicki
2013-11-19 11:48:21 -08:00
parent b449bb4444
commit fea0f1f90a

View File

@@ -12,7 +12,7 @@ GitUtils = require 'git-utils'
# ## Example
#
# ```coffeescript
# git = global.project.getRepo()
# git = atom.project.getRepo()
# console.log git.getOriginUrl()
# ```
module.exports =