From f656cd71fb063a4fdc872415f1779e55dd2dcb28 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Fri, 1 Jul 2016 13:03:22 -0400 Subject: [PATCH 1/2] example image URL changed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b67e0c4..1e889e2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ PHP project to generate clean-looking SVG price charts -![Dash 24h price in BTC from Poloniex](http://cryptohistory.org/dash/24h/) -24h of Dash price in Bitcoin from Poloniex.com +![Dash 24h price in BTC from Poloniex](http://cryptohistory.org/charts/dark/dash-btc/7d/svg) +7d of Dash price in Bitcoin from Poloniex.com ## Requirements From f818012c8130e29ff0099bd5eb47cfabbf078f27 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Fri, 1 Jul 2016 13:04:06 -0400 Subject: [PATCH 2/2] remove github downloads counter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e889e2..b49ff94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# seigler/neat-charts [![GitHub stars](https://img.shields.io/github/stars/seigler/neat-charts.svg)](https://github.com/seigler/neat-charts/stargazers) [![Packagist](https://img.shields.io/packagist/dt/seigler/neat-charts.svg)](https://packagist.org/packages/seigler/neat-charts) [![Github All Releases](https://img.shields.io/github/downloads/seigler/neat-charts/total.svg?maxAge=2592000)](https://github.com/seigler/neat-charts) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/seigler/neat-charts/blob/master/LICENSE.txt) +# seigler/neat-charts [![GitHub stars](https://img.shields.io/github/stars/seigler/neat-charts.svg)](https://github.com/seigler/neat-charts/stargazers) [![Packagist](https://img.shields.io/packagist/dt/seigler/neat-charts.svg)](https://packagist.org/packages/seigler/neat-charts) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/seigler/neat-charts/blob/master/LICENSE.txt) PHP project to generate clean-looking SVG price charts