We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42122d1 commit 6280c5bCopy full SHA for 6280c5b
README.md
@@ -9,7 +9,7 @@ Read the [API](API.md).
9
## Usage
10
11
```js
12
-const windows = require('./')('1.8')
+const windows = require('prismarine-windows')('1.8')
13
const Item = require('prismarine-item')('1.8')
14
15
const inv = windows.createWindow(1, 'minecraft:inventory', 'inv', 36)
0 commit comments