From c8e3da958214257a32435e32dc8fea41cf4344f2 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Sun, 11 Oct 2015 12:57:38 -0400 Subject: [PATCH] Fix wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d6de0d..b4816ae 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ for the book, "The Go Programming Language"; see http://www.gopl.io. (At present, only `gopl.io/ch1/helloworld` is available. The other programs will be published as soon as the book is printed.) -All programs are licensed for use under the terms of -Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). -Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. +Creative Commons License + +These example programs are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You can download, build, and run the programs with the following commands: