From c53f72aff0f14391428e1f7cb84abfd05a71d6d6 Mon Sep 17 00:00:00 2001 From: DragonCoder01 Date: Mon, 8 Jul 2019 17:35:38 +0200 Subject: [PATCH] Fixed some typos in the README.md file. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c3f5176f..46501964 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ What if you could **combine** the power of with your interactive chat in your livestream. What if you could easily react on events, e.g. - Automatically **share** your new subscribers on twitter -- Automatically **control** your studio's lighting colors trough chat messages +- Automatically **control** your studio's lighting colors through chat messages - Automatically **post** an user's cheer on your minecraft server - Automatically **upload** a youtube video with stream highlights when your stream stops -and so much more. We know, there is [IFTTT](https://ifttt.com/). But sometimes, building blocks are to generic and services not optimized for your streaming environment. +and so much more. We know, there is [IFTTT](https://ifttt.com/). But sometimes, building blocks are to generic and services aren't optimized for your streaming environment. The alternative: Develop everything by yourself and waste hundreds of hours with API-integration. We already solved this problem for you. This is **Chat Overflow**. @@ -22,7 +22,7 @@ The alternative: Develop everything by yourself and waste hundreds of hours with **Chat Overflow** is a plugin framework, which offers ready-to-use platform integrations for all* major streaming- and social-media-sites. -**Chat Overflow** enables you to to level up your stream with by writing simple, platform-independent plugins in java or scala**. +**Chat Overflow** enables you to to level up your stream by writing simple, platform-independent plugins in java or scala**. It's getting even better: The **Chat Overflow** license allows you to sell your custom plugins, creating new services for other streamers. @@ -39,22 +39,22 @@ And it's so easy. Here is all the code to get started with a simple twitch chat \* There are still missing platforms. This is a open-source project. You can [help](https://github.com/codeoverflow-org/chatoverflow/issues), too! -\** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, ... +\** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, etc. ### Installation / Releases Head over to [releases](https://github.com/codeoverflow-org/chatoverflow/releases). Just download the newest zip file, make sure that java is installed and launch the framework. -Note, that you'll have to develop your own plugins or search for plugins online (e.g. on our [Discord Server](https://discord.gg/p2HDsme)). **Chat Overflow** is only the framework. +Note that you'll have to develop your own plugins or search for plugins online (e.g. on our [Discord Server](https://discord.gg/p2HDsme)). **Chat Overflow** is only the framework. ### Development Start with the [Installation](https://github.com/codeoverflow-org/chatoverflow/wiki/Installation). Then learn more about the [CLI](https://github.com/codeoverflow-org/chatoverflow/wiki/Using-the-CLI). -Please see the wiki to learn how to code new [platform sources](https://github.com/codeoverflow-org/chatoverflow/wiki/Adding-a-new-platform-source) and new [plugins](https://github.com/codeoverflow-org/chatoverflow/wiki/Writing-a-plugin). +Please consult the wiki to learn how to code new [platform sources](https://github.com/codeoverflow-org/chatoverflow/wiki/Adding-a-new-platform-source) and new [plugins](https://github.com/codeoverflow-org/chatoverflow/wiki/Writing-a-plugin). -***Pre-Alpha note***: Please note, that the development workflow and the documentation will be updated soon. +***Pre-Alpha note***: Please note that the development workflow and the documentation will be updated soon. ### Discord