From 1f328237e799ff06853ce6008b84726009b18296 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Wed, 3 Jan 2018 10:23:16 -0500 Subject: [PATCH] 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. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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