From a0f7059ac7b24ccf00d18a4710e1907c19b40f2c Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Tue, 26 Jan 2016 12:09:49 -0700 Subject: [PATCH] update title for Caleb's book closes #28 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1daad0..339b79a 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,11 @@ Source code is freely available for download from the book's companion web site [gopl.io](http://gopl.io/), and may be conveniently fetched, built, and installed using the `go get` command. -### [Introduction to Programming in Go](http://shop.oreilly.com/product/0636920046516.do) +### [Introducing Go: Build Reliable, Scalable Programs](http://shop.oreilly.com/product/0636920046516.do) -Computer programming is the art, craft and science of writing programs which define how computers operate. This book will teach you how to write computer programs using Go. It takes you from a breakdown of files and the terminal (in case you need a refresher, or are a new programmer), up to creating packages and testing. +Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language's core features with step-by-step instructions and exercises in each chapter to help you practice what you learn. ### [Learn Go](https://manning.com/books/learn-go?a_aid=nathany&a_bid=53f68821)