From a115a61c0b8e32555355e2c3a9d7014fb1d093d1 Mon Sep 17 00:00:00 2001 From: Nikola Nikushev Date: Tue, 9 Mar 2021 22:55:37 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Tom Macdonald --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 635fa803..d28fc4e6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Introduction Welcome to Bitmovin demos. Our demo page is hosted at [bitmovin.com/demos](https://bitmovin.com/demos/). -This repository is used as a reference to integrating our player into your products. +This repository is meant to be used as a reference when integrating our player into your products. ## Testing a demo @@ -16,7 +16,7 @@ navigate to a demo inside one of our products, for example [player/4k](./player/ ## Creating a demo In order to create a new demo, you need to create a new folder (with new demo name) in either the [demos/encoding](./demos/analytics), [demos/encoding](./demos/encoding) or [demos/player](./demos/player) folder, -depends on demo category, with the following contents: +depending on the category of the demo, with the following contents: - `info.yaml` (required) - Demo configuration - `index.html` (optional) - Entry point of the demo @@ -55,7 +55,7 @@ A mandatory section defining the contents of the demo detail page - `executable`: `true` or `false` Specifies if the files should be rendered in native html and contain code that will be replaced during compilation - `indexfile`: e.g. `index.html` - Sets the root file which is used to be rendered as the content of the demo + Sets the root file which is rendered as the content of the demo #### `code` (list, optional)