From 61b45e466e4b5ebb4accc7004fbf8fcd0c63eb04 Mon Sep 17 00:00:00 2001 From: James Milner Date: Fri, 9 Nov 2018 12:01:59 +0000 Subject: [PATCH] Indent externals sub properties in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f24fbc4..22b91688 100644 --- a/README.md +++ b/README.md @@ -252,8 +252,8 @@ Configuration for external dependencies can be provided under the `externals` pr * `outputPath`: An optional property specifying an output path to which files should be copied. * `dependencies`: A required array that defines which modules should be loaded via the external loader, and what files should be included in the build. Each entry can be one of two types: - * A string that indicates that this path, and any children of this path, should be loaded via the external loader. - * An object that provides additional configuration for dependencies that need to be copied into the built application. This object has the following properties: + * A string that indicates that this path, and any children of this path, should be loaded via the external loader. + * An object that provides additional configuration for dependencies that need to be copied into the built application. This object has the following properties: | Property | Type | optional | Description | | -------- | ---- | -------- | ----------- |