diff --git a/README.md b/README.md index f15a8fb..d6f42f5 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,17 @@ Documentation is at https://periph.io [![Go Report Card](https://goreportcard.com/badge/periph.io/x/periph)](https://goreportcard.com/report/periph.io/x/periph) [![Coverage Status](https://codecov.io/gh/google/periph/graph/badge.svg)](https://codecov.io/gh/google/periph) [![Build Status](https://travis-ci.org/google/periph.svg)](https://travis-ci.org/google/periph) -[![Gitter chat](https://badges.gitter.im/google/periph.png)](https://gitter.im/periph-io/Lobby) + + +Join us for a chat on +[gophers.slack.com/messages/periph](https://gophers.slack.com/messages/periph), +get an [invite here](https://invite.slack.golangbridge.org/). ## Example +Blink a LED: + ~~~go package main