Add a:visited style to link-interaction (#819)
[dygraphs.git] / README.md
index 9abb9a1..8e639e5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,7 +24,8 @@ Get help with dygraphs on
 ```html
 <html>
 <head>
-<script type="text/javascript" src="dygraph-combined.js"></script>
+<script type="text/javascript" src="dygraph.js"></script>
+<link rel="stylesheet" href="dygraph.css" />
 </head>
 <body>
 <div id="graphdiv"></div>