From eb5230bb95e759e259b2bf04993a9a5d7116c832 Mon Sep 17 00:00:00 2001 From: shawnelviin23 Date: Thu, 5 Mar 2020 18:26:28 +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, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..920648d --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "socks.py" \ No newline at end of file diff --git a/README.md b/README.md index 7e0911c..52063c1 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,5 @@ Be good :) Follow us on twitter @hackappcom + +