summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-10-17 22:02:21 +0200
committerGitHub <noreply@github.com>2019-10-17 22:02:21 +0200
commit79d54be823e55fe7d27e289ca1894595f0fbb3d9 (patch)
treeb7a93a20ea12a4320f526dbee84c9b7d8b3f7e75 /README.md
parenteb470af8ea441c5381ea8ff4d971005008008b02 (diff)
docs(readme): better wording
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index ae20d5b..d1ff4e4 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,7 @@
This is my first attempt at Rust. :)
### How does it work?
-`what` sniffs a given network interface and records IP packet size, cross referencing it with the `/proc` filesystem.
-
-`what` is responsive to the terminal window size, displaying less info if there is no room for it.
-
-`what` will attempt to resolve ips to their host name in the background using reverse DNS on a best effort basis.
+`what` sniffs a given network interface and records IP packet size, cross referencing it with the `/proc` filesystem. It is responsive to the terminal window size, displaying less info if there is no room for it. It will also attempt to resolve ips to their host name in the background using reverse DNS on a best effort basis.
### Installation
At the moment, `what` is available through Cargo as a binary package.