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

Commit f5f47f8

Browse files
committed
update package name in README.md
1 parent c05ff0d commit f5f47f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ A modal dialog that's opened with a <details> button.
55
## Installation
66

77
```
8-
$ npm install --save details-dialog-element
8+
$ npm install --save @github/details-dialog-element
99
```
1010

1111
## Usage
1212

1313
```js
14-
import 'details-dialog-element'
14+
import '@github/details-dialog-element'
1515
```
1616

1717
```html

0 commit comments

Comments
 (0)