From 2bdd96b05080275970d9cdbb06f01fe21bf28c15 Mon Sep 17 00:00:00 2001 From: budgidiere Date: Thu, 17 Sep 2020 17:29:47 -0500 Subject: [PATCH] [ci-skip] fix wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ffca88..9efe4773 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ ## Why are there not many API additions ## (Modified from [starlis/empirecraft](https://github.com/starlis/empirecraft/))

-APIs are tough to design. In public projects such as Bukkit, Spigot, Sponge, Paper, etc once an API is commited. It's almost forever. You can't go breaking it without solid justification. This is the politics game. +APIs are tough to design. In projects such as Bukkit, Spigot, Sponge, Paper, etc once an API is commited, it's almost forever. You can't go breaking it without solid justification. This is the politics game. With that in mind, much thought has to be given to the API in now and future use cases and applications to ensure it can be extended without breaking.