summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien LOLLIVIER <xfennec@cqfd-corp.org>2023-05-22 11:05:25 +0200
committerGitHub <noreply@github.com>2023-05-22 11:05:25 +0200
commit3ea1de6dc7ed92ae391127c46d94d41bc340bff3 (patch)
tree5aac24127aacec775a1b8c4a7cd6e37273ff3300
parentfbd7abc69cd7a455e6c680813e9ae3f6057907d3 (diff)
parent0845ed7fe0dcd3142bde59d6b3e7c541620dfb04 (diff)
Merge pull request #182 from mb720/patch-1
fix typos
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index f27289f..3d519f3 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
@@ -52,7 +52,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
-----------------
@@ -73,7 +73,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
@@ -90,4 +90,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.