From 11d15b5eb91384015528135494cf253812bf1d66 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 10 Feb 2024 16:25:20 +0100 Subject: [PATCH] readme: fix typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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").