diff --git a/README.md b/README.md index a6e36d3592a42093fff8915b9c76e31fefdc6067..b8d8342cfcbae353e030a844c71931ab4c946e3a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Delve can insert breakpoints via the `breakpoint` command once inside a debug se Once inside a debugging session, the following commands may be used: -* `break` - Set break point at the entry point of a function, or at a specific file/line. Example: `break foo.go:13`. +* `break` - Set a breakpoint. Example: `break foo.go:13` or `break main.main`. * `continue` - Run until breakpoint or program termination.