Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ferserc1 committed Mar 21, 2024
1 parent 7bcd61f commit e60bb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
...
```

Expand Down

0 comments on commit e60bb50

Please sign in to comment.