Skip to content

Commit

Permalink
replace twitch logo, fix example links
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed May 14, 2024
1 parent 2a3404a commit d63f081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A live chat interface for Twitch & YouTube written in Rust.

## Features
- <img src="https://www.twitch.tv/favicon.ico" width="14" /> **Twitch**
- <img src="https://upload.wikimedia.org/wikipedia/commons/d/d3/Twitch_Glitch_Logo_Purple.svg" width="14" /> **Twitch**
* ⚡ Live IRC
* 🔓 No authentication required
- <img src="https://www.youtube.com/favicon.ico" width="14" /> **YouTube**
Expand All @@ -12,7 +12,7 @@ A live chat interface for Twitch & YouTube written in Rust.
* 🔓 No authentication required

## Usage
See [`examples/twitch.rs`](https://github.com/vitri-ent/brainrot/blob/examples/twitch.rs) & [`examples/youtube.rs`](https://github.com/vitri-ent/brainrot/blob/examples/youtube.rs).
See [`examples/twitch.rs`](https://github.com/vitri-ent/brainrot/blob/main/examples/twitch.rs) & [`examples/youtube.rs`](https://github.com/vitri-ent/brainrot/blob/main/examples/youtube.rs).

```shell
$ cargo run --example twitch -- sinder
Expand Down

0 comments on commit d63f081

Please sign in to comment.