From 2eec8215ed8ce4d5960cc0d698790024995e894d Mon Sep 17 00:00:00 2001 From: Diego Vazquez Date: Mon, 23 Mar 2020 15:22:28 -0600 Subject: [PATCH] Update README.md changed repl.it language from node to babel, because the lab needs prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa3270ae..1b75a6fd5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Ready? ## Introduction -For this **pair-programming** activity we are going to use a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop). You can find a REPL that runs in the browser for programming languages as JavaScript in [https://repl.it/languages/nodejs](https://repl.it/languages/nodejs). +For this **pair-programming** activity we are going to use a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop). You can find a REPL that runs in the browser for programming languages as JavaScript in [https://repl.it/languages/babel](https://repl.it/languages/babel). Ready to start?