diff --git a/README.md b/README.md index f27a62a..e49f257 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # procps -Rust reimplemtation of the procps project + +Rust reimplementation of the procps project Provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie").