From 25019de69035c4b627836ddbda4969e340544be6 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Tue, 19 May 2015 11:18:22 -0700 Subject: [PATCH] Remove example --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbebe6f418cd..6569918ef5aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.