diff --git a/README.md b/README.md index 21c40adc..00e115c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# H5P Standalone Player 3.0.0 [![CircleCI](https://circleci.com/gh/tunapanda/h5p-standalone.svg?style=svg)](https://circleci.com/gh/tunapanda/h5p-standalone) +# H5P Standalone Player 3.x [![CircleCI](https://circleci.com/gh/tunapanda/h5p-standalone.svg?style=svg)](https://circleci.com/gh/tunapanda/h5p-standalone) Display H5P content without the need for an H5P server ## Installation @@ -48,10 +48,7 @@ Install the player using yarn ``` yarn add h5p-standalone ``` -Or, [download](https://github.com/tunapanda/h5p-standalone/releases/latest), extract and include the H5P standalone main script on your HTML page: -```html - -``` + Add an element to attach the player ```html
@@ -61,7 +58,6 @@ initialize the H5P import { H5P } from 'h5p-standalone'; // ES6 // const { H5P } = require('h5p-standalone'); AMD // const { H5P } = 'H5PStandalone'; // object destructuring -//