README.md: add slack, remove gitter

The gitter channel is not used much.

Add a title for the example to state what it does, since it may not be obvious
for everyone.
pull/1/head
Marc-Antoine Ruel 8 years ago
parent 6287555122
commit 1f328237e7

@ -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) [![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) [![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) [![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 ## Example
Blink a LED:
~~~go ~~~go
package main package main

Loading…
Cancel
Save