From c20f912780127757faee8fd4ccafe6fcd02b7ec7 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 20 Jun 2016 10:57:45 -0400 Subject: [PATCH] Add stronger warning about `v2` volatility and make **Notice** style more consistent --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe549f..ebb1d74 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ released version of Go on OS X and Windows. For full details, see ### Using the `v2` branch +**Warning**: The `v2` branch is currently unreleased and considered unstable. + There is currently a long-lived branch named `v2` that is intended to land as the new `master` branch once development there has settled down. The current `master` branch (mirrored as `v1`) is being manually merged into `v2` on @@ -1011,7 +1013,7 @@ func main() { #### Full API Example -**NOTE**: This is a contrived (functioning) example meant strictly for API +**Notice**: This is a contrived (functioning) example meant strictly for API demonstration purposes. Use of one's imagination is encouraged.