Add require(atom) for home directory example

Esse commit está contido em:
Kevin Sawicki
2013-12-04 08:48:22 -08:00
commit 94d4ad618c
+1 -1
Ver Arquivo
@@ -27,7 +27,7 @@
* Class methods (methods starting with a `@`)
* Instance methods
* Beware of platform differences
* Use `fs.getHomeDirectory()` to get home directory.
* Use `require('atom').fs.getHomeDirectory()` to get the home directory.
* Use `path.join()` to concatenate filenames.
* Temporary directory is not `/tmp` on Windows, use `os.tmpdir()` when
possible