Skip to content

Commit 6280c5b

Browse files
authored
Fix README (#111)
1 parent 42122d1 commit 6280c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Read the [API](API.md).
99
## Usage
1010

1111
```js
12-
const windows = require('./')('1.8')
12+
const windows = require('prismarine-windows')('1.8')
1313
const Item = require('prismarine-item')('1.8')
1414

1515
const inv = windows.createWindow(1, 'minecraft:inventory', 'inv', 36)

0 commit comments

Comments
 (0)