From 38b4d4cd2982eedf54979e5f64b6b0b0317b5582 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 16 Aug 2016 13:47:56 +0200 Subject: [PATCH] Fix Link (#266) --- doc/CONTRIBUTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONTRIBUTE.md b/doc/CONTRIBUTE.md index ff87da2..168b2dc 100644 --- a/doc/CONTRIBUTE.md +++ b/doc/CONTRIBUTE.md @@ -46,7 +46,7 @@ logging uses methods and events from `log.js`. These include `serv.log(message)` Create a new repo, which will be published to npm when ready to be used. Create a file (probably `index.js`) in which you use a similar format as above (module.exports.xxxx). -In these inject functions you can use everything documented in the [api.md](api.md). +In these inject functions you can use everything documented in the [api.md](API.md). Let's say you called your module fs-flying-horses and you published it to npm.