From 209a867254ffb87b5cec61658af99ceb5cdbea59 Mon Sep 17 00:00:00 2001 From: Lexi Date: Tue, 12 Oct 2021 01:45:58 -0400 Subject: [PATCH] Elaborate upon project description --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f412f24..7c9b8bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # java-crowd-control -A Java library for interacting with a [crowdcontrol.live](https://crowdcontrol.live) server. +A Java library for interacting with a [crowdcontrol.live](https://crowdcontrol.live) server +which allows easy handling of requests, queuing effects to only allow one of a given type to run at once, etc. ## Installation @@ -74,6 +75,6 @@ public class VideoGameHere: SimpleTCPPack The project's API documentation can be viewed [here](https://crowdcontrol.qixils.dev/apidocs/). -## LICENSE +## License This project is licensed under the MIT license. The license is available to view [here](https://github.com/qixils/java-crowd-control/blob/master/LICENSE).