@beyondwords/player 0.1.51 → 0.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,26 +26,20 @@ player programmatically by using the SDK.
26
26
  settings that can be set in the initializer or via the SDK.
27
27
  5. [Client-side integration](./doc/client-side-integration.md): How to import
28
28
  content into the BeyondWords platform using the player
29
- 5. [Listening to events](./doc/listening-to-events.md): How to register event
29
+ 6. [Listening to events](./doc/listening-to-events.md): How to register event
30
30
  listeners that are called when player actions are performed.
31
- 6. [Player events](./doc/player-events.md): A list of all events emitted by
31
+ 7. [Player events](./doc/player-events.md): A list of all events emitted by
32
32
  the player that can be listened to.
33
- 7. [Segments playback](./doc/segments-playback.md): How to add support for
33
+ 8. [Segments playback](./doc/segments-playback.md): How to add support for
34
34
  the 'Playback from Segments' feature to your website.
35
- 8. [Custom analytics](./doc/custom-analytics.md): How to send player analytics
35
+ 9. [Custom analytics](./doc/custom-analytics.md): How to send player analytics
36
36
  events to a custom URL of your choosing.
37
- 9. [Building your own UI](./doc/building-your-own-ui.md): How to build your own
37
+ 10. [Building your own UI](./doc/building-your-own-ui.md): How to build your own
38
38
  user-interface on top of the BeyondWords player.
39
- 10. [How it works](./doc/how-it-works.md): A technical overview of how the
40
- player works, including API calls that are made.
41
39
  11. [Dev setup](./doc/dev-setup.md): How to run this project locally, e.g. if
42
40
  you are a developer at BeyondWords.
43
- 12. [Dev workflow](./doc/dev-workflow.md): Useful advice for working on the
44
- player, including what all the [./bin](bin/) scripts do.
45
- 13. [Code layout](./doc/code-layout.md): An explanation of the layout of code in
46
- the player. Each major subdirectory is listed.
47
- 14. [Deployment](./doc/deployment.md): How to release a new version of the player
48
- to the public and some things to consider.
41
+ 12. [Deployment](./doc/deployment.md): How to release a new version of the player
42
+ to the public and details about caching.
49
43
 
50
44
  ## Contribution
51
45