From 56d16eb4f2926a2cff0d3f6b314bca6079d0d6b7 Mon Sep 17 00:00:00 2001 From: Lilly Kane Date: Tue, 22 Oct 2019 08:49:08 -0700 Subject: [PATCH] Typo fix in README.md unecessarily > unnecessarily --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ded086..4124f64 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This version makes quite a few changes from [the original](https://github.com/Je - Unicode support - Non-Markov stuff - Stores toots in a sqlite database rather than a text file - - Doesn't unecessarily redownload all toots every time + - Doesn't unnecessarily redownload all toots every time ## Install/usage guide An installation and usage guide is available [here](https://cloud.lynnesbian.space/s/jozbRi69t4TpD95). It's primarily targeted at Linux, but it should be possible on BSD, macOS, etc. I've also put some effort into providing steps for Windows, but I can't make any guarantees as to its effectiveness.