X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=README.md;h=8e639e510d8cc6c435d83445f2f67683ee4f1beb;hb=6e20721120a88fcf451c19559dfc62e2d316dd85;hp=7e3b0f2ff45b88f1c4fb72f3d3180cfb79c1b263;hpb=3123ca57f71d145bb5bcc4a2f754d3dff3225346;p=dygraphs.git diff --git a/README.md b/README.md index 7e3b0f2..8e639e5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Get help with dygraphs on ```html - + +
@@ -51,19 +52,11 @@ seeing demonstrations of what dygraphs can do in the To get going, clone the repo and run: npm install - gulp dist + npm run build + +Then open `tests/demo.html` in your browser. Read more about the dygraphs development process in the [developer guide](/DEVELOP.md). ## License(s) -dygraphs uses: - - UglifyJS (BSD License) - - JsDoc Toolkit (MIT license) - - console-polyfill (MIT license) - -automated tests use: - - auto_tests/lib/jquery-1.4.2.js (MIT & GPL2) - - auto_tests/lib/Asserts.js (Apache 2.0 License) - - auto-tests/lib/JsTestDriver-1.3.3cjar (Apache 2.0 License) - dygraphs is available under the MIT license, included in LICENSE.txt.