Skip to content

Commit c662aa0

Browse files
authored
Update package name
1 parent 7a377fe commit c662aa0

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
@@ -10,13 +10,13 @@ If you are looking for a general purpose Opal runtime, please use https://www.np
1010
## Usage
1111

1212
```javascript
13-
import Opal from 'asciidoctor-opal-runtime'
13+
import Opal from '@asciidoctor/opal-runtime'
1414
// Now let's have fun with Opal!
1515
```
1616

1717
This library is also available as a CommonJS module:
1818

1919
```javascript
20-
const Opal = require('asciidoctor-opal-runtime')
20+
const Opal = require('@asciidoctor/opal-runtime')
2121
// Now let's have fun with Opal!
2222
```

0 commit comments

Comments
 (0)