From 9293c4f66a8ab0c9ff11eea6af9b6465c683c809 Mon Sep 17 00:00:00 2001 From: Mikesh Harrilall Date: Sun, 5 Jul 2020 20:13:31 +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..58bf13f --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "run = \"run =echo hello world\"\"echo hello world\"" \ No newline at end of file diff --git a/README.md b/README.md index 3946b51..de5fe14 100644 --- a/README.md +++ b/README.md @@ -183,4 +183,4 @@ o This is for personal use and abides by our [EULA](https://www.fxcm.com/uk/form o For more information, you may contact us: api@fxcm.com - + [![Run on Repl.it](https://repl.it/badge/github/Mikesh89/MarketData)](https://repl.it/github/Mikesh89/MarketData)