From 33727e0f0766c0b5b5201e5b4c8e8b5f57c877bf Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 12 Oct 2019 11:02:31 -0400 Subject: [PATCH] correct grammar and reword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 845cabc..caba340 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Twitter account. To compile Nitter you need a Nim installation, see [nim-lang.org](https://nim-lang.org/install.html) for details. It is possible to install it system-wide or in the user directory you create below. -You also need to install `libsass` to compile the scss files. In Ubuntu and Debian, you can install `libsass-dev`. +You also need to install `libsass` to compile the scss files. On Ubuntu and Debian, you can use `libsass-dev`. ```bash # useradd -m nitter