more renaming

This commit is contained in:
Joshua Seigler 2016-06-29 08:35:45 -04:00
parent d61f39fcfe
commit 08dcf74635
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# neat-charts # NeatCharts
PHP project to generate clean-looking SVG price charts PHP project to generate clean-looking SVG price charts
![Dash 24h price in BTC from Poloniex](http://cryptohistory.org/dash/24h/) ![Dash 24h price in BTC from Poloniex](http://cryptohistory.org/dash/24h/)

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<title>SVGChartBuilder demo</title> <title>NeatCharts demo</title>
<style> <style>
main { main {
-webkit-columns: 800px 2; -webkit-columns: 800px 2;