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

Commit 6233e4e

Browse files
author
DragonCoder01
committed
Fixed famous line 3 in Adding platform source!
As well as a small change in Using-the-Gui.md
1 parent d5297f8 commit 6233e4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

development/Adding-a-new-platform-source.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Thank you for improving *Chat Overflow*.
22
While plugins live in their own project, source connections (e.g. to a platform like Twitch or Discord) exist in the framework itself.
3-
By this measure, we can make sure that everyone profits from the same features.
3+
<!-- By this measure, we can make sure that everyone profits from the same features. -->
4+
We made this design choice so that all platform source connectors are free to access by all plugin developers.
45
This wiki entry tries to show you the different steps needed to implement a new connection.
56

67
1. Add new types to the API (Also register them in the requirement Input/Output section)

usage/Using-the-GUI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Once the framework is running open http://localhost:2400/ in a browser and wait
1010
![](/img/usage/login.png)
1111

1212
When running for the first time enter a password that you want to use for securing your credentials and click on `REGISTER`.
13-
If you already are registered, use your password to login.
13+
If you are already registered, use your password to login.
1414
If the login was successful the gui will display the authentication key for this session.
1515

1616
## Creating a plugin instance

0 commit comments

Comments
 (0)