From 9737f1402f7e500def108c5fc83ec43ee50b6430 Mon Sep 17 00:00:00 2001 From: Chen Hui Jing Date: Tue, 9 Apr 2019 15:56:18 +0300 Subject: [PATCH] Correct link for remix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0e1c6c..d77e381 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This project introduces the [Nexmo Number Insight API](https://developer.nexmo.com/number-insight/overview) and how to retrieve information about a number via a web interface using [Koa.js](https://koajs.com/). -To set up your own version, run the following commands after cloning the repo, or [remix the Glitch version](https://glitch.com/edit/#!/nexmo-number-insight-dashboard): +To set up your own version, run the following commands after cloning the repo, or [remix the Glitch version](https://glitch.com/edit/#!/number-insight-koa): ```bash $ npm install $ cp .example-env > .env # Remember to include your own API keys $ node server.js ``` -Remember to enter your Nexmo API credentials in your `.env` file. \ No newline at end of file +Remember to enter your Nexmo API credentials in your `.env` file.