From c2d6017d4c8575a255a087ab29c5b874dd86a696 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 11 Oct 2020 17:47:07 -0700 Subject: [PATCH] Update Readme Screenshot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 411e6d5..7fd2c23 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Think Invidious but for Reddit. Watch your cat videos without being watched. ## Screenshot -![](https://i.ibb.co/Kwwb1CK/image.png) +![](https://i.ibb.co/SfFHDhh/image.png) ## Instances @@ -26,7 +26,7 @@ Think Invidious but for Reddit. Watch your cat videos without being watched. ### A) Manual -Make sure you have [Rust](https://rust-lang.org) installed first or else `cargo` commands won't work.Libreddit uses Rocket for the web server and as of now, Rocket requires Rust Nightly. +Make sure you have [Rust](https://rust-lang.org) installed first or else `cargo` commands won't work. Libreddit uses Rocket for the web server and as of now, Rocket requires Rust Nightly. ``` rustup default nightly