From 745e46e5de6fa8eb6cdf1036b314d897b652408c Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Tue, 11 Aug 2020 22:49:54 +0200 Subject: [PATCH] Update docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da317b9..37e51e0 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ This thing was created from [Hello Rust Episode 10](https://hello-rust.show/10/). It's a link checker that treats Github links -specially by using a `GITHUB_TOKEN` to avoid getting blocked by the bot -protection. +specially by using a `GITHUB_TOKEN` to avoid getting blocked less by the rate limiter. ## Why?