Minor fix + Remove last references to /tmp

Esse commit está contido em:
Pritam Baral
2014-05-19 23:56:47 +05:30
commit 7627e0b0f0
6 arquivos alterados com 11 adições e 12 exclusões
+1 -2
Ver Arquivo
@@ -45,8 +45,7 @@ in the proper package's repository.
* Beware of platform differences
* 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
* Use `os.tmpdir()` instead of `/tmp
## Git Commit Messages
* Use the present tense