diff --git a/README.md b/README.md index f9454ea..21686c4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -## Go by Example +# Go by Example Content and build toolchain for [Go by Example](https://gobyexample.com), a site that teaches Go via annotated example programs. - ### Overview The Go by Example site is built by extracting code and @@ -17,9 +16,10 @@ The built `public` directory can be served by any static content system. The production site uses S3 and CloudFront, for example. - ### Building +[![Build Status](https://travis-ci.com/mmcgrana/gobyexample.svg "Travis CI status")](https://travis-ci.com/mmcgrana/gobyexample) + To build the site you'll need Go and Python installed. Run: ```console