From 7189e29cf2bd92e4b8f0f66b0576bb47608b7913 Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 17 Jul 2022 23:31:14 -0700 Subject: [PATCH] Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42501fc..0640aa0 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ BAT: [Basic Attention Token](https://basicattentiontoken.org/) # Useful Tips ## Installing Screen -Most likely, you will want this bot to run over a long period of time. It is probobly best to install the `screen` package for your distro so you don't have to have a terminal window constantly open (especially if you are running it from a remote machine such as a Raspberry Pi or server). +Most likely, you will want this bot to run over a long period of time. It is probably best to install the `screen` package for your distro so you don't have to have a terminal window constantly open (especially if you are running it from a remote machine such as a Raspberry Pi or server). ``` sudo pacman -Syu sudo pacman -S --needed screen