Skip to content

Commit

Permalink
Fix README (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujmpxpucaddnvqaj authored Aug 10, 2024
1 parent 42122d1 commit 6280c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Read the [API](API.md).
## Usage

```js
const windows = require('./')('1.8')
const windows = require('prismarine-windows')('1.8')
const Item = require('prismarine-item')('1.8')

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

0 comments on commit 6280c5b

Please sign in to comment.