From ed49c067b8aa30cb84961ec07bed833cb884a0d8 Mon Sep 17 00:00:00 2001 From: Carm Date: Sat, 10 Dec 2022 11:36:47 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca9affe..b2043e2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ First, we should get the serializer instance or create a new one. BukkitJSONSerializer serializer = BukkitJSONSerializer.get(); ``` -Then, we cloud use `serializeToJSON(ConfigurationSerializable)` to serialize a object to JSON. +Then, we could use `serializeToJSON(ConfigurationSerializable)` to serialize a object to JSON. ```jave Location location = new Location(Bukkit.getWorlds().get(0), -100.5, 100, 105.5);