From 09615c4cb1e2904c82248f838160c5eea50abef9 Mon Sep 17 00:00:00 2001 From: notlee Date: Fri, 7 Aug 2020 17:16:28 +0100 Subject: [PATCH] Add general usage to readme Links to instructions on how to include Origami components. https://github.com/Financial-Times/origami/issues/59 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 290907c..1ae5224 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Creates a video player and attaches analytics. Also supports pre roll ads. +- [Usage](#usage) - [Markup](#markup) - [Sass](#sass) - [JavaScript](#javascript) @@ -12,6 +13,10 @@ Creates a video player and attaches analytics. Also supports pre roll ads. - [Contact](#contact) - [Licence](#licence) +## Usage + +Check out [how to include Origami components in your project](https://origami.ft.com/docs/components/#including-origami-components-in-your-project) to get started with `o-video`. + ## Markup ```html