From 517ca5fdca82f71995b6c46a96e1a89403f9aa45 Mon Sep 17 00:00:00 2001
From: MarketingPip <86180097+MarketingPip@users.noreply.github.com>
Date: Tue, 8 Nov 2022 07:16:16 -0500
Subject: [PATCH] Updated README.md :pencil:
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f7f8dc2..170db79 100644
--- a/README.md
+++ b/README.md
@@ -30,12 +30,13 @@ A custom web element to easily add a GitHub Fork Me ribbon to your web pages!
## Example and usage
-You can view a demo of the Web Component in use [here.](https://marketingpipeline.github.io/GitHub-Ribbon-Web-Component)
+You can view a demo of this Web Component in use [here.](https://marketingpipeline.github.io/GitHub-Ribbon-Web-Component)
-How to use:
+How to use GitHub Ribbon Web Component:
+Add a ```github-ribbon``` element in your HTML document with your link etc like the example below -
```html
@@ -44,9 +45,9 @@ You can view a demo of the Web Component in use [here.](https://marketingpipelin
- include this [script](https://github.com/MarketingPipeline/GitHub-Ribbon-Web-Component/blob/main/dist/github-ribbon-wc.min.js) at the bottom of your HTML document.
+ include this [script](https://github.com/MarketingPipeline/GitHub-Ribbon-Web-Component/blob/main/dist/github-ribbon-wc.min.js) in your HTML document.
-
+