💄 Beware

This commit is contained in:
Kevin Sawicki
2013-11-07 14:58:00 -08:00
parent 9118a70592
commit f34af85ad3

View File

@@ -28,7 +28,7 @@
* Class methods (methods starting with a `@`)
* Instance variables
* Instance methods
* Be ware of platform differences
* Beware of platform differences
* The home directory is `process.env.USERPROFILE` on Windows, while on OS X
and Linux it's `process.env.HOME`
* Path separator is `\` on Windows, and is `/` on OS X and Linux, so use