Skip to content

Commit

Permalink
Fixed a typo in the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PakL committed Nov 18, 2017
1 parent 2fe5383 commit 52f1398
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Linux or MacOS are **not** supported. (And propably never will be.)

Download the Setup.exe of the latest release and execute it. The application will install and create a few shortcuts. From then on the application should keep itself updated. Since I don't have the time or money for an code signing certificate the Setup.exe might be blocked from executing. It's up to you to trust this application. Do not install a Setup.exe that was not downloaded from the releases page of this project. Stay safe!

» [Find tha latest release](https://github.com/PakL/TTVStreamerTool/releases/)
» [Find the latest release](https://github.com/PakL/TTVStreamerTool/releases/)

### Screenshot

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1><a href="index.html" class="link">TTVST</a></h1>
<h3>Platform</h3><p>The TTVStreamerTool is developed and tested on an Windows 10 x64 system. I guess everything &gt;= Windows 8 should work.</p>
<p>Linux or MacOS are <strong>not</strong> supported. (And propably never will be.)</p>
<h3>Download &amp; Install</h3><p>Download the Setup.exe of the latest release and execute it. The application will install and create a few shortcuts. From then on the application should keep itself updated. Since I don't have the time or money for an code signing certificate the Setup.exe might be blocked from executing. It's up to you to trust this application. Do not install a Setup.exe that was not downloaded from the releases page of this project. Stay safe!</p>
<p>» <a href="https://github.com/PakL/TTVStreamerTool/releases/">Find tha latest release</a></p>
<p>» <a href="https://github.com/PakL/TTVStreamerTool/releases/">Find the latest release</a></p>
<h3>Screenshot</h3><p><img src="http://paklweb.de/TTVStreamerTool/ttvst_screen.gif" alt="Cockpit Screenshot"></p>
<h3>Report issues</h3><p>To report issues or request improvements/features, please use the <a href="https://github.com/PakL/TTVStreamerTool/issues">github issues page</a>.</p></article>
</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/lib_chat.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><a href="index.html" class="link">TTVST</a></h1>
const TwitchChat = require('../mod/twitchchat')
const EventEmitter = require('events')

const debug = true
const debug = false

/**
* This module makes more useable events out of the irc interface
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttv-streamertool",
"version": "0.3.0",
"version": "0.3.1",
"main": "main.js",
"description": "TTVST is an application aimed at Twitch streamer.",
"author": {
Expand Down

0 comments on commit 52f1398

Please sign in to comment.