From 40414df54ec85737aed01fdfa8a93dc1457d4b51 Mon Sep 17 00:00:00 2001
From: precondition <57645186+precondition@users.noreply.github.com>
Date: Sat, 2 Jan 2021 11:41:25 +0100
Subject: [PATCH] Fixed typos in README
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

aribirary → arbitrary
english → English
with other with other *nix tools → with other *nix tools
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6a93327..dd24f9c 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Best served on a terminal with truecolor and cursor shape support (e.g kitty, it
 # Usage
 
 By default 50 words from the top 1000 words in the English language are used to
-constitute the test. Custom text can be supplied by piping aribirary text to
+constitute the test. Custom text can be supplied by piping arbitrary text to
 the program. Each paragraph in the input is shown as a separate segment of the
 text.
 
@@ -49,7 +49,7 @@ text.
 
 ## Examples
 
- - `tt -n 10` produces a test consisting of 10 randomly drawn english words
+ - `tt -n 10` produces a test consisting of 10 randomly drawn English words
  - `tt -n 50 -g 5` produces a test consisting of 50 randomly drawn words in 5 groups of 10 words each.
  - `tt -t 10` starts a timed test consisting of 50 words
  - `tt -theme gruvbox` Starts tt with the gruvbox theme
@@ -72,7 +72,7 @@ The theme can be configured by setting the following options in `~/.ttrc`:
 
 ## Recipes
 
-`tt` is designed to be easily scriptable and integrate nicely with other with
+`tt` is designed to be easily scriptable and integrate nicely with
 other *nix tools. With a little shell scripting most features the user can
 conceive of should be possible to implement. Below are some simple examples of
 what can be achieved.