summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Braun <mb720@users.noreply.github.com>2023-05-19 20:16:50 +0200
committerGitHub <noreply@github.com>2023-05-19 20:16:50 +0200
commit0845ed7fe0dcd3142bde59d6b3e7c541620dfb04 (patch)
treefc2145f484859f61280c9a9c875e39fcda990b9f
parentef6464b288b63695e62640580ebe8bb35455b739 (diff)
Update README.md
Small typo fixes
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7f7bb12..79d260f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ progress - Coreutils Progress Viewer [![Build Status](https://travis-ci.org/Xfen
What is it
----------
-This tool can be described as a **Tiny**, Dirty C command
+This tool can be described as a **tiny**, dirty C command
that looks for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip,
cat, etc.) currently running on your system and displays the
**percentage** of copied data. It can also show **estimated time** and **throughput**,
@@ -25,7 +25,7 @@ On deb-based systems (Debian, Ubuntu, Mint, etc.) run:
apt install progress
-On archlinux, run:
+On Arch Linux, run:
pacman -S progress
@@ -49,7 +49,7 @@ How do you build it from source
On FreeBSD, substitute `make` with `gmake`.
-It depends on library ncurses, you may have to install corresponding packages (may be something like 'libncurses5-dev', 'libncursesw6' or 'ncurses-devel').
+It depends on the library ncurses, you may have to install corresponding packages (maybe something like 'libncurses5-dev', 'libncursesw6' or 'ncurses-devel').
How do you run it
-----------------
@@ -70,7 +70,7 @@ A few examples. You can:
watch progress -wc firefox
-* look at your Web server activity:
+* look at your web server activity:
progress -c httpd
@@ -87,4 +87,4 @@ It simply scans `/proc` for interesting commands, and then looks at
directories `fd` and `fdinfo` to find opened files and seek positions,
and reports status for the largest file.
-It's very light, and compatible with virtually any command.
+It's very light and compatible with virtually any command.