From c692f620055782d7be2405ad8af937cfb8ee59a4 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Tue, 2 Jun 2015 08:26:35 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca14e7ec..21cd1a6b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - [Upcoming Features](https://github.com/derekparker/delve/wiki/Upcoming-Features) - [Contributing](https://github.com/derekparker/delve/blob/master/CONTRIBUTING.md) -Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, yet full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, most likely things aren't going your way. With that in mind, Delve should help guide you, and stay out of your way as much as possible. +Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, most likely things aren't going your way. With that in mind, Delve should stay out of your way as much as possible. ### License -- GitLab