Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Commit beca5e3

Browse files
committed
docs: update readme
1 parent 83bedaa commit beca5e3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ After the installation, you will see the config in your `patternlab-config.json`
1212

1313
```
1414
"plugins": {
15-
"patternlab-plugin-pattern-wrap": {
15+
"@hadl/patternlab-plugin-pattern-wrap": {
1616
"enabled": true,
1717
"initialized": false,
1818
"options": {
@@ -25,7 +25,7 @@ After the installation, you will see the config in your `patternlab-config.json`
2525
If you don't see this config object, add the plugin via the command:
2626

2727
```
28-
patternlab install --plugins patternlab-plugin-pattern-wrap
28+
patternlab install --plugins @hadl/patternlab-plugin-pattern-wrap
2929
```
3030

3131
In the `wrapClassKey` array you can add the data keys which should be used to get the class names.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadl/patternlab-plugin-pattern-wrap",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Pattern Wrapper Plugin for Pattern Lab Node",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)