Skip to content

Commit 86f8710

Browse files
committed
Fixed checkbox readme
1 parent 6f91acd commit 86f8710

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/checkbox/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) reco
55
## Installation
66

77
```bash
8-
npm i it-checkbox
8+
npm i @italia/checkbox
99
```
1010

1111
## Usage
1212

1313
```html
1414
<script type="module">
15-
import '@italia/it-checkbox';
15+
import '@italia/checkbox';
1616
</script>
1717

1818
<it-checkbox></it-checkbox>

0 commit comments

Comments
 (0)