diff --git a/README.md b/README.md index 314622c..40b97df 100644 --- a/README.md +++ b/README.md @@ -33,18 +33,18 @@ We are switching to TS as the main impress development language, but you can sti Welcome to impress.js, the impressive JavaScript framework, that allows you to build presentations for web browsers. ## Browser support -Since impress.js is designed to show of the power of modern CSS, we cannot guarantee that it will run in older browser. Whilst we try not to intentionally not support browsers, some features might not work well on all browsers, especially with V3.x. For example, Internet Explorer is known to not work with V3.x, so if you really NEED to use that browser, please use V2.x. impress.js works best with the latest versions of Chrome, Firefox and most likely also with the latest versions of Safari. +Since impress.js is designed to show off the power of modern CSS, we cannot guarantee that it will run in older browser. Whilst we try not to intentionally break support for certain browsers, some features might not work well on all browsers, especially with V3.x. For example, Internet Explorer is known to not work with V3.x, so if you really NEED to use that browser, please use V2.x. impress.js works best with the latest versions of Chrome, Firefox and most likely also with the latest versions of Safari. ## Quick Start You can visit our website at [https://impress.js.org](https://impress.js.org) to learn more about the project, where you can also find helpful resources for getting started, like the [Getting Started Guide](/docs/GettingStarted.md) and [Documentation](/docs/DOCUMENTATION.md), but rendered as HTML instead of MarkDown, as it is here on GitHub. -## A very quick quick start +## A very quick "quick start" Copy one of the code snippets below to the header of your impress.js presentation's HTML file. - V3.0.0: ```