From efc2316365cbce11b08453fa2b5b2c60fc41daa5 Mon Sep 17 00:00:00 2001 From: Jonas Schulte Date: Thu, 12 Mar 2015 15:58:15 +0100 Subject: [PATCH] (#5) Documentation: highlight resource and fixed layout of section actions --- CHANGELOG.md | 1 + README.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997db69..7f120e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Last Changes +- [#5](https://github.com/LaxarJS/ax-media-widget/5): Documentation: Fixed highlight resource and layout of section actions - [#4](https://github.com/LaxarJS/ax-media-widget/4): Documentation: Fixed layout in section "Integration" and fixed anchor link to this section - [#3](https://github.com/LaxarJS/ax-media-widget/3): Documentation: Revised R4.1 - [#2](https://github.com/LaxarJS/ax-media-widget/2): Specification: Changed default locales for messages diff --git a/README.md b/README.md index 9ffa014..0e0b933 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ When displaying internationalized content, the widget MUST use the current langu The widget supports the following event patterns as specified by the [LaxarJS Patterns] document. #### Resources -* Resource: medium.resource +* Resource: `medium.resource` * Role: Slave * Access: Read * Description: The resource with content to display. @@ -158,9 +158,9 @@ If the size of the content cannot be calculated automatically the `mediaInformat For compatibility with non-internationalized widgets, `name` and `description` are supported instead of `i18nName` and `i18nDescription`. #### Actions -* Action: medium.onActions -* Role: Receiver -* Description: Causes the widget to display the media content. +* Action: `medium.onActions` + * Role: Receiver + * Description: Causes the widget to display the media content. ## References