From 80d03785a0e549013fda22ca641b313afbe98960 Mon Sep 17 00:00:00 2001 From: Amphiluke Date: Sat, 22 Jun 2019 20:31:15 +0700 Subject: [PATCH] Minor content correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f899ed..0216ab2 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ module.exports = { }; ``` -In fact, the config module just exports an object which is used as the `options` parameter for the [compileRoots](#compilerootsoptions) method. +In fact, the config module just exports an object which is then used as the `options` parameter for the [compileRoots](#compilerootsoptions) method. ## Requirements