From b483262e8425fcdb99ab155117bcd5ba983872b9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 5 Feb 2017 21:24:51 +0900 Subject: [PATCH] Fix doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e19f3..5734bf8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ summaly(url[, opts]) | Property | Type | Description | Default | | :------------------ | :--------------------- | :-------------------------- | :------ | | **followRedirects** | *boolean* | リダイレクトを解決するかどうか | `true` | -| **plugins** | *plugin[] (see below)* | Custom plugins | `null` | +| **plugins** | *plugin[]* (see below) | Custom plugins | `null` | #### Plugin ``` typescript