From 2c7e0836638d4c5c6ed68c20921eb2bfff1b6420 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Tue, 11 Nov 2014 16:31:43 -0600 Subject: [PATCH] Fix README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9f28528..b76cbf93 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ go get github.com/derekparker/delve/cmd/dlv * Attach to an already running process * Launch a process and begin debug session -* Set breakpoints, single step, step over functions, print variable contents +* Set breakpoints, single step, step over functions, print variable contents, print thread and goroutine information ### Usage @@ -56,7 +56,7 @@ Once inside a debugging session, the following commands may be used: * `next` - Step over to next source line. -* `threads` - Print the status of all traced goroutines. +* `threads` - Print status of all traced threads. * `goroutines` - Print status of all goroutines.