From b55892ae808e274a7b52fcd172293a814dd2f908 Mon Sep 17 00:00:00 2001 From: EloniX-X <62807180+EloniX-X@users.noreply.github.com> Date: Thu, 14 Jan 2021 18:30:17 -0500 Subject: [PATCH] docs: add run on repl.it badge to README (#3617) --- .replit | 2 ++ Readme.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 00000000..d409ef8a --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm start" \ No newline at end of file diff --git a/Readme.md b/Readme.md index 74bc252a..40eced5a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # socket.io - +[![Run on Repl.it](https://repl.it/badge/github/socketio/socket.io)](https://repl.it/github/socketio/socket.io) [![Backers on Open Collective](https://opencollective.com/socketio/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/socketio/sponsors/badge.svg)](#sponsors) [![Build Status](https://github.com/socketio/socket.io/workflows/CI/badge.svg)](https://github.com/socketio/socket.io/actions) [![Dependency Status](https://david-dm.org/socketio/socket.io.svg)](https://david-dm.org/socketio/socket.io)