]> Cypherpunks repositories - gostls13.git/commitdiff
doc: minor homepage tweak
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 13 Oct 2011 16:03:24 +0000 (09:03 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 13 Oct 2011 16:03:24 +0000 (09:03 -0700)
Don't imply that the tour isn't browser-based.

R=adg
CC=golang-dev
https://golang.org/cl/5265041

doc/root.html

index 2d9a8979ba9dd6130046e9ae20754da16004a5f1..b7f6ec26176397c7491b03d9d56463ea232b9aba 100644 (file)
@@ -51,11 +51,12 @@ google.setOnLoadCallback(loadFeed);
       </p>
       <h2>
         Get started now with
-       <a target="_blank" href="http://go-tour.appspot.com/">A Tour of Go</a>.
+       <a target="_blank" href="http://go-tour.appspot.com/">A Tour of Go</a>
+        in your browser.
       </h2>
       <p>
       <div class="how">[<a href="/doc/playground.html">How does this work?</a>]</div>
-      Or try it right here in your browser:</p>
+      Or try Go right here:</p>
       <div id="playground" class="small"></div>
       <script src="/doc/play/playground.js"></script>
     </div>