From 8b8474240a8a99daac0a64708558c876a59197ee Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Wed, 19 Apr 2017 17:38:02 +0200 Subject: [PATCH] Updated Plugin development (markdown) --- Plugin-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-development.md b/Plugin-development.md index 29e52db..84b879a 100644 --- a/Plugin-development.md +++ b/Plugin-development.md @@ -1,4 +1,4 @@ -Almost every single feature of WebSlides is a plugin that can be overwritten and you are able to create your custom plugins. Just call `registerPlugin` (as seen on [Arbitrary Link Text](Core API)) **before creating** the instance: +Almost every single feature of WebSlides is a plugin that can be overwritten and you are able to create your custom plugins. Just call `registerPlugin` (as seen on [the API](Core-API)) **before creating** the instance: ```javascript // Adding the constructor to WebSlides