From 59dc329d7ccc5c42eaa14276c66295bf61acea9d Mon Sep 17 00:00:00 2001 From: Steven Prybylynskyi Date: Wed, 10 Aug 2022 15:44:30 +0200 Subject: [PATCH] fix: ci-test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ea2103..88343e4 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ Or it can be added to `package.json`: Create a `federation.config.json` that will contain the remote name and exported members. This file is mandatory for the standlone script but not required for the plugin. -Properties of this object can be used in Webpack's `ModuleFederationPlugin` configuration object -and required by the standalone script. Example: +Properties of this object can be used in Webpack's `ModuleFederationPlugin` +configuration object and required by the standalone script. Example: ### `federation.config.json`