From cb3cfd7358bb02248c9e7f1fbe4c03565b30ab3a Mon Sep 17 00:00:00 2001 From: JEFF <1122571+mfnalex@users.noreply.github.com> Date: Sat, 12 Jan 2019 15:51:21 +0100 Subject: [PATCH] Update HOW_TO_USE_API.md --- HOW_TO_USE_API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOW_TO_USE_API.md b/HOW_TO_USE_API.md index 96284c0..79cd658 100644 --- a/HOW_TO_USE_API.md +++ b/HOW_TO_USE_API.md @@ -20,8 +20,8 @@ Now, you can sort any Inventory! Just like this: chestSort.sortInventory(Inventory inventory); ``` -To sort only specific slots, you can pass slot numbers where to start and end sorting. +To sort only specific slots, you can pass slot numbers where to start and end sorting. ChestSort will not modify the inventory outside the given slot range. ``` chestSort.sortInventory(Inventory inventory, int startSlot, int endSlot); -``` \ No newline at end of file +```