From 8576d60a17f7ba323e7be9f08e40fa5011240558 Mon Sep 17 00:00:00 2001 From: Patrick Taylor Date: Wed, 19 Jun 2024 22:08:26 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20README.md=20=F0=9F=93=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c0954a..8ade1e3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CodeQL Analysis](https://github.com/01taylop/themed-progress-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/01taylop/themed-progress-plugin/actions/workflows/codeql-analysis.yml) [![Test](https://github.com/01taylop/themed-progress-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/01taylop/themed-progress-plugin/actions/workflows/test.yml) -A webpack plugin featuring an emoji-themed loading bar for a fun and aesthetic build process. +A Webpack plugin featuring an emoji-themed loading bar for a fun and aesthetic build process. - [Motivation](#motivation) - [Example](#example) @@ -43,7 +43,7 @@ npm install -D themed-progress-plugin ### Configuration -Configuring `ThemedProgressPlugin` is straightforward. After importing it, you simply need to add it to the plugins array in your webpack configuration. +Configuring `ThemedProgressPlugin` is straightforward. After importing it, you simply need to add it to the plugins array in your Webpack configuration. You can import `ThemedProgressPlugin` using either CommonJS or ES Modules. Here's an example of how to do this: