From b5f958e6a576d1fb102a7220db0995b71ff1097a Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 11:46:57 -0700
Subject: [PATCH] Add ability to run rustlings in a repl.it!

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 47ac4b0..f4cef83 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,9 @@ Start-BitsTransfer -Source https://git.io/rustlings-win -Destination $env:TMP/in
 
 To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
 
+## Browser:
+[![Run on Repl.it](https://repl.it/badge/github/rust-lang/rustlings)](https://repl.it/github/rust-lang/rustlings)
+
 ## Manually
 
 Basically: Clone the repository, checkout to the latest tag, run `cargo install`.