diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37ee6a7..833fbd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,4 +6,5 @@ When reporting a bug make sure to include information about which browser and op ### Pull Requests - Should follow the coding style of the file you work in - Should be made towards the **dev branch** +- Unminified plugin source code lives in plugin.js - Should be submitted from a feature/topic branch (not your master) diff --git a/README.md b/README.md index 3b0de0f..9f7df73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # reveal.js-menu -A slideout menu plugin for [Reveal.js](https://github.com/hakimel/reveal.js) to quickly jump to any slide by title. Also optionally change the theme and set the default transition. [Check out the live demo](https://denehyg.github.io/reveal.js-menu) +A slideout menu plugin for [Reveal.js](https://github.com/hakimel/reveal.js) to quickly jump to any slide by title. Also optionally change the theme and set the default transition. [Check out the live demo](https://denehyg.github.io/reveal.js-menu). The source code for the demo can be found in the **gh-pages branch**. ## Installation