From 71057384f4af43602d0c941b8c638b39eecdb0b0 Mon Sep 17 00:00:00 2001 From: Matthieu Fesselier Date: Thu, 20 Jun 2019 10:16:47 +0200 Subject: [PATCH] update: fix readme and examples --- README.md | 6 +----- examples/notifications-routing.html | 1 - examples/notifications.html | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 35604f0..236a0e9 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,7 @@ window.dispatchEvent(new CustomEvent('read', {detail: {resource: resource}})) ``` ## Usage -First, you need to import `moment.js` library in your template, to display the dates properly. -```html - -``` -Then, in your template, insert the following line where you want to display the component. +In your template, insert the following line where you want to display the component. ```html diff --git a/examples/notifications-routing.html b/examples/notifications-routing.html index 409601c..1f4c5a2 100644 --- a/examples/notifications-routing.html +++ b/examples/notifications-routing.html @@ -19,7 +19,6 @@ -