From 4bdf6d95f32a16089906e4d5ad72b852954f3c8e Mon Sep 17 00:00:00 2001 From: Ramya Nagapudi Date: Sat, 13 Jun 2020 21:27:33 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .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 0000000..1b15c05 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 7e66846..b3d0953 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# SoftwareProject \ No newline at end of file +[![Run on Repl.it](https://repl.it/badge/github/neurotech-uiuc/SoftwareProject)](https://repl.it/github/neurotech-uiuc/SoftwareProject) \ No newline at end of file