From 5fe9c1bb950e2f128a92bfc2390925045792b465 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Thu, 4 Apr 2019 11:49:48 +0200 Subject: [PATCH] fixup! Add 'module-type' option determining how README is linted Co-Authored-By: Avaq --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 485cb0c..320b169 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Many variables have default values and are therefore optional. | `comment-prefix` | `.` | The character which follows `//` to signify documentation to transcribe. | | `opening-delimiter` | `` ```javascript `` | The opening delimiter of doctest blocks in the source files. | | `closing-delimiter` | `` ``` `` | The closing delimiter of doctest blocks in the source files. | -| `module-type` | `commonjs` | The type of module doctest should use. One of `commonjs`, `amd`, or `esm`. | +| `module-type` | `commonjs` | The module system doctest should use (`amd`, `commonjs`, or `esm`). | | `version-tag-prefix` | `v` | The prefix of annotated version tags (`version-tag-prefix =` for no prefix). | ### Custom scripts