From f501b39e40590270352feba9b8860cb0caa5dd2d Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 13 Jul 2016 22:19:13 -0700 Subject: [PATCH] config-default: update plugins location --- config-default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-default.js b/config-default.js index aaa575ef..7b6f34ab 100644 --- a/config-default.js +++ b/config-default.js @@ -58,7 +58,7 @@ module.exports = { plugins: [], // in development, you can create a directory under - // `~/.hyperterm_modules/local/` and include it here + // `~/.hyperterm_plugins/local/` and include it here // to load it and avoid it being `npm install`ed localPlugins: [] };