Remove example

This commit is contained in:
Jessica Lord 2015-05-19 11:18:22 -07:00
parent 8fea373758
commit 25019de690

View file

@ -41,7 +41,6 @@ possible with your report. If you can, please include:
* Class methods and properties (methods starting with a `@`)
* Instance methods and properties
* Avoid platform-dependent code:
* Use `require('fs-plus').getHomeDirectory()` to get the home directory.
* Use `path.join()` to concatenate filenames.
* Use `os.tmpdir()` rather than `/tmp` when you need to reference the
temporary directory.