From fbb13400339c3f45b5a17d8da340e03d6c50d063 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 21 Jul 2019 09:48:18 +0000 Subject: [PATCH] add gitpod badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 834a51c..2ab38f8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-brightgreen.svg)](https://gitter.im/PrismarineJS/general) [![Irc](https://img.shields.io/badge/chat-on%20irc-brightgreen.svg)](https://irc.gitter.im/) [![Greenkeeper badge](https://badges.greenkeeper.io/PrismarineJS/node-minecraft-protocol.svg)](https://greenkeeper.io/) +[![Try it on gitpod](https://img.shields.io/badge/try-on%20gitpod-brightgreen.svg)](https://gitpod.io/#https://github.com/PrismarineJS/node-minecraft-protocol) Parse and serialize minecraft packets, plus authentication and encryption. @@ -31,7 +32,7 @@ Parse and serialize minecraft packets, plus authentication and encryption. - Ping status * Robust test coverage. * Optimized for rapidly staying up to date with Minecraft protocol updates. - + ## Third Party Plugins node-minecraft-protocol is pluggable.