Clear out unneeded files
[dygraphs.git] / CONTRIBUTING.md
index 053ba87..9e2f923 100644 (file)
@@ -1,4 +1,5 @@
 Filing a bug report? Please include the following:
+
 1. Link to a page which demonstrates the problem, preferably a jsfiddle (use [this jsfiddle](http://dygraphs.com/fiddle) as a template)
 2. Browser and Operating System that exhibit the problem
 
@@ -12,7 +13,7 @@ page. For instance, instead of doing this:
 do this:
 
 ```html
-<script type="text/javascript" src="dygraph-dev.js"></script>
+<script type="text/javascript" src="dygraph-combined.dev.js"></script>
 ```
 
 This makes error messages and debugging simpler. The jsfiddle does this automatically.