From e60bb503711031f9000027df62be7473e277d0bf Mon Sep 17 00:00:00 2001 From: Fernando Serrano Carpena Date: Thu, 21 Mar 2024 10:21:40 +0100 Subject: [PATCH] typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e205233..42f3ddf 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ let paella = new Paella('player-container', { From version 1.44.7, you can also use the generic plugin array name to import all the plugins: ```js -import { allPlugins: basicPlugins } from 'paella-basic-plugins' +import { allPlugins as basicPlugins } from 'paella-basic-plugins' ... ```