From f9ce44ba2566e176414bb21d59e57388253a632f Mon Sep 17 00:00:00 2001 From: Tanaka Naoto Date: Sun, 9 Feb 2020 23:42:59 +0900 Subject: [PATCH] Fix a link --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index 98cbb4ca..4b45b471 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -30,7 +30,7 @@ module.exports = { ``` ### Running your plugin -To load, your plugin should expose at least one API method. All possible methods are listed [here](https://github.com/zeit/hyper/blob/canary/app/plugins/extensions.js). +To load, your plugin should expose at least one API method. All possible methods are listed [here](https://github.com/zeit/hyper/blob/canary/app/plugins/extensions.ts). After launching Hyper in dev mode, run `yarn run app`, it should log that your plugin has been correcty loaded: `Plugin hyper-awesome-plugin (0.1.0) loaded.`. Name and version printed are the ones in your plugins `package.json` file.