From 46149c6df2d1e864c551b5c1214559cd15382fee Mon Sep 17 00:00:00 2001 From: tg666 Date: Wed, 30 Nov 2022 00:13:39 +0100 Subject: [PATCH] Fixed header in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 115fd3b..0acffcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Nette integration with Webpack Encore

-

This package allows you to use the `splitEntryChunks()` feature from Webpack Encore by reading an `entrypoints.json` file and helping you render all of the dynamic `script` and `link` tags needed.

+

This package allows you to use the splitEntryChunks() feature from Webpack Encore by reading an entrypoints.json file and helping you render all of the dynamic script and link tags needed.

Inspired by symfony/webpack-encore-bundle