From 832540888846d6a4007efde776dbbaa9ee904090 Mon Sep 17 00:00:00 2001 From: VedPrakas Date: Tue, 3 Mar 2020 06:29:53 +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 | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..9d8ea4b --- /dev/null +++ b/.replit @@ -0,0 +1,3 @@ +language = "python3" + run = "echo hello world" + \ No newline at end of file diff --git a/README.md b/README.md index 2089843..58d4a13 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ dtw iPython example showing simple speech recognition using dynamic time warping. * [Speech recognition](https://github.com/crawles/dtw/blob/master/Speech_Recognition_DTW.ipynb) +[![Run on Repl.it](https://repl.it/badge/github/crawles/dtw)](https://repl.it/github/crawles/dtw) \ No newline at end of file