From f490a1169cebc79217f8230039880ca1fffb5e26 Mon Sep 17 00:00:00 2001 From: Sbgodin Date: Fri, 5 Feb 2021 16:00:24 +0000 Subject: [PATCH] Typos corrected in README.md (#248) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 913df8f..327339f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ sudo xbps-install gcc pkg-config alsa-lib-devel ### Precompiled binaries Ready-to-go executables are available [**here**](https://github.com/qarmin/czkawka/releases/). If the app does not run when clicking at a launcher, run it through a terminal. -You don't need to have any additional libraries for CLI Czkawka +You don't need to have any additional libraries for CLI Czkawka. ### GUI Requirements @@ -87,7 +87,7 @@ There is a problem with this currently, as it doesn't allow you to open two imag ### Cargo The easiest method to install Czkawka is using the `cargo` command. For compiling it, you need to get all the -requirements from the [compilation section](#Compilation) +requirements from the [compilation section](#Compilation). ``` cargo install czkawka_gui cargo install czkawka_cli @@ -177,7 +177,7 @@ brew install rust gtk+3 ### Windows -*Will be avaible in the future* +*Will be available in the future*