From 6280c5b9a9b3034cf02c7f851c2dd19c351c9f57 Mon Sep 17 00:00:00 2001 From: aaa Date: Sat, 10 Aug 2024 19:00:14 +0200 Subject: [PATCH] Fix README (#111) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62edb9f..32d4d61 100644 --- a/README.md +++ b/README.md @@ -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)