From c3a4734236f31bb6d08f2ae35972e77026245425 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Mon, 14 Aug 2017 23:06:27 -0400 Subject: [PATCH] :abc: Fix demo page URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a0a58a..33594c3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a small self-contained Dash price widget. It uses the coinmarketcap.com ## Demo -You can see a demo of this project at http://seigler.github.io/Dash-html-ticker. +You can see a demo of this project at http://seigler.github.io/Dash-price-widget. ## Using This Project @@ -13,4 +13,4 @@ Copy the contents of /dist/index.html and add them anywhere you can put raw HTML ## Building This Project -This project assembles the markup, styles, images, and scripts with an [npm](https://howtonode.org/introduction-to-npm) script. To build the project, run "npm run test". \ No newline at end of file +This project assembles the markup, styles, images, and scripts with an [npm](https://howtonode.org/introduction-to-npm) script. To build the project, run "npm run test".