From 3e83813cbccc36cb182db66b87e4616b79324ab9 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 10 Feb 2022 00:13:40 -0800 Subject: [PATCH] Fix minor typo in README.md (#161) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5dea6f0..b473af69 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ go install github.com/google/gops@v0.3.19 ## Diagnostics -For processes that starts the diagnostics agent, gops can report +For processes that start the diagnostics agent, gops can report additional information such as the current stack trace, Go version, memory stats, etc.