From 808815bdab778f2bfb4420cbd2b1fe8d435d3eff Mon Sep 17 00:00:00 2001 From: Oliver Salzburg Date: Sat, 2 Jul 2022 02:24:28 +0200 Subject: [PATCH] docs: Fix duplicate package in list (#809) --- docs/tutorials/integrating-with-nextjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/integrating-with-nextjs.md b/docs/tutorials/integrating-with-nextjs.md index dafc44cd..e5f78bac 100644 --- a/docs/tutorials/integrating-with-nextjs.md +++ b/docs/tutorials/integrating-with-nextjs.md @@ -17,7 +17,7 @@ This integration has been tested with the following: To get started using Shoelace with NextJS, the following packages must be installed. ```bash -yarn add @shoelace-style/shoelace @shoelace-style/shoelace copy-webpack-plugin next-compose-plugins next-transpile-modules +yarn add @shoelace-style/shoelace copy-webpack-plugin next-compose-plugins next-transpile-modules ``` ### Enabling ESM