Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 1f6e0f7

Browse files
authored
Update README.md
1 parent 6ee105c commit 1f6e0f7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It's getting even better: The **Chat Overflow** license allows you to sell your
2828

2929
And it's so easy. Here is all the code to get started with a simple twitch chat bot:
3030

31-
```
31+
```java
3232
twitchChat = require.input.twitchChat()
3333
twitchChat.get.registerMessageHandler(msg => ...)
3434
```
@@ -37,8 +37,9 @@ And it's so easy. Here is all the code to get started with a simple twitch chat
3737

3838
*Current development state: **Pre-Alpha***
3939

40-
* There are still missing platforms. This is a open-source project. You can [help](https://github.com/codeoverflow-org/chatoverflow/issues), too!
41-
** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, ...
40+
\* There are still missing platforms. This is a open-source project. You can [help](https://github.com/codeoverflow-org/chatoverflow/issues), too!
41+
42+
\** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, ...
4243

4344
### Installation / Releases
4445
Head over to [releases](https://github.com/codeoverflow-org/chatoverflow/releases).
@@ -65,4 +66,4 @@ The perfect place if you need help with the framework, found a bug or want to sh
6566

6667
Code Overflow started as a coding-livestream project from 3 computer science students @ [KIT, Karlsruhe](http://www.kit.edu/).
6768
Now, it is a team of free open-source developers, sitting all over the world (really, lol).
68-
The project is headed by [skate702](http://skate702.de).
69+
The project is headed by [skate702](http://skate702.de).

0 commit comments

Comments
 (0)