Updated gopls (markdown)
diff --git a/gopls.md b/gopls.md
index 23ff52f..56ede32 100644
--- a/gopls.md
+++ b/gopls.md
@@ -4,7 +4,7 @@
 
 ## Status
 
-`gopls` is currently under active development by the Go team. The code is in the x/tools repository, in [golang.org/x/tools/internal/lsp](https://golang.org/x/tools/internal/lsp) and [golang.org/x/tools/cmd/gopls](https://golang.org/x/tools/cmd/gopls). Because we are actively working on `gopls`, it is not stable or recommended for use yet. We will make an announcement when gopls is ready for release.
+`gopls` is currently under active development by the Go team. The code is in the x/tools repository, in [golang.org/x/tools/internal/lsp](https://golang.org/x/tools/internal/lsp) and [golang.org/x/tools/cmd/gopls](https://golang.org/x/tools/cmd/gopls). Because we are actively working on `gopls`, it is not stable. If you choose to use it, be aware that things may regularly break or change.
 
 ## Contributing