diff --git a/README.md b/README.md index 8c3895c..4866f52 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,11 @@ impress.js may not help you if you have nothing interesting to say ;) HOW TO USE IT --------------- -[Use the source](http://github.com/impress/impress.js/blob/master/index.html), Luke ;) +[Use the source](index.html), Luke ;) -Please note that impress.js was created for developers. Some basic knowledge of html, css and -javascript is a prerequisite to install and use its features. - -If you are a designer or novice developer that want to use impress.js, -[there are some projects](https://github.com/impress/impress.js/wiki/Examples-and-demos/5d887507caa5cf534eab6713d9adb3a5e7662459#authoring-tools) that aim to provide an editing tool for impress.js. They might be still in -development, but we hope they will manage to make impress.js more accessible to everyone. +The [HTML source code](index.html) serves as a good example usage and contains comments explaning various features of impress.js. For more information about styling you can look into [CSS code](css/impress-demo.css) which shows how classes provided by impress.js can be used. Last but not least [JavaScript code of impress.js](js/impress.js) has some useful comments if you are interested in how everything works. Feel free to explore! +If you want more straightforward reference documentation of all impress.js features and API you can find it in [DOCUMENTATION.md](DOCUMENTATION.md). EXAMPLES AND OTHER LEARNING RESOURCES