From 01e46bca426007e3c4b93ddd4978ac6a3080068b Mon Sep 17 00:00:00 2001 From: Jan Krems Date: Thu, 7 Apr 2016 08:26:22 -0700 Subject: [PATCH] docs: Add links to the exports --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index ccf9c92..901eb04 100644 --- a/API.md +++ b/API.md @@ -2,8 +2,8 @@ The module has two exports: -* `fetch`, a function for fetching HTTP resources. -* `Gofer`, a base class for service clients. +* [`fetch`](#fetchurl-options-callback), a function for fetching HTTP resources. +* [`Gofer`](#gofer), a base class for service clients. ## `fetch(url, options, callback)`