From 1997fcde9aaae94ee798711228dd86f7053f36e1 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 15 May 2018 01:37:53 +0200 Subject: [PATCH] Fix typos --- API.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 39b1969..4e827a4 100644 --- a/API.md +++ b/API.md @@ -5,7 +5,7 @@ depositing machines. ## How it works * Add `easyvend` as optional dependency -* Check for existance of `easyvend` mod in code +* Check for existence of `easyvend` mod in code * Call `easyvend.register_chest` for all containers you want to be compatible ## `easyvend.register_chest = function(node_name, inv_list, meta_owner)` @@ -33,5 +33,5 @@ if minetest.get_modpath("easyvend") then end ``` -The `if` check is a common trick to check for the existance of the `easyvend` +The `if` check is a common trick to check for the existence of the `easyvend` and allows you to make the dependency optional. diff --git a/README.md b/README.md index 16ef8d9..ce41f88 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Vending machines TAKE currency (gold ingots by default) and GIVE items of the owner's choice. Depositing machines GIVE currency and TAKE items of the owner's choice. -To operatre your own machine, place a locked chest above or below and fill +To operate your own machine, place a locked chest above or below and fill it with items to exchange. If the green status LED (the upper one) lights up, the machine is operational. You can stack these locked chests for extended storage.