📝 Mention atom.project global

This commit is contained in:
Kevin Sawicki
2014-01-20 14:55:44 -08:00
parent e3f32ab30b
commit 26e21e98db

View File

@@ -7,7 +7,7 @@ GitUtils = require 'git-utils'
# Public: Represents the underlying git operations performed by Atom.
#
# This class shouldn't be instantiated directly but instead by accessing the
# global project instance and calling `getRepo()`.
# `atom.project` global and calling `getRepo()`.
#
# ## Example
#