diff --git a/README.md b/README.md index ef4d3104..771effb8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,11 @@ grunt test-only:test.html,test-sort.html ``` ## Demos -Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or run the local webserver: +Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or generate the demos locally: +```shell +grunt build-demos +``` +then run the local webserver: ```shell grunt server ``` @@ -113,7 +117,7 @@ http://localhost:8080/demos/ ## Documentation Find exhaustive documentation on the configuration options in the [WIKI](https://github.com/koalyptus/TableFilter/wiki) section. -Autogenerated documentation of the ES6 javascript modules is available on the website: [docs](http://koalyptus.github.io/TableFilter/docs) +Autogenerated documentation of the ES6 modules is available on the website: [docs](http://koalyptus.github.io/TableFilter/docs) Run this task to generate the documentation in the ``docs/docs`` directory: ```shell