Updated vgo (markdown)
diff --git a/vgo.md b/vgo.md
index d3a9e50..bb5169d 100644
--- a/vgo.md
+++ b/vgo.md
@@ -15,7 +15,7 @@
 
 The **reference implementation**: [https://go.googlesource.com/vgo/](https://go.googlesource.com/vgo/) and mirrored on Github here: [https://github.com/golang/vgo](https://github.com/golang/vgo).
 
-The **[Go issue tracker](https://golang.org/issues)** is used to track bugs / feature requests for vgo. The issues need to start with ` x/vgo ` so that they can be automatically categorized. You can read the [existing issues here](https://golang.org/issues?q=is%3Aopen+is%3Aissue+milestone%3Avgo).
+The **[Go issue tracker](https://golang.org/issues)** is used to track bugs / feature requests for vgo. The issue titles need to start with `x/vgo` so that they can be automatically categorized. You can read the [existing issues here](https://golang.org/issues?q=is%3Aopen+is%3Aissue+milestone%3Avgo).
 
 ***