From 1e8755dce41ac75e37188cf208244795d1666d27 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 16 Mar 2016 13:57:58 -0700 Subject: doc tweak --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api.md') diff --git a/docs/api.md b/docs/api.md index 185cd84..963543d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -48,7 +48,7 @@ If `opts` is specified, then the default options (shown below) will be overridde ```js { announce: [], // Torrent trackers to use (added to list in .torrent or magnet uri) - getAnnounceOpts: function, // Custom callback to allow sending extra parameters to the tracker + getAnnounceOpts: Function, // Custom callback to allow sending extra parameters to the tracker maxWebConns: Number, // Max number of simultaneous connections per web seed path: String, // Folder to download files to (default=`/tmp/webtorrent/`) store: Function // Custom chunk store (must follow [abstract-chunk-store](https://www.npmjs.com/package/abstract-chunk-store) API) -- cgit v1.2.3