From 752060a21c9eb4e588fa3320f14400a2ae9ee178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=BAcio=20Rubens?= Date: Sat, 7 Jul 2018 07:38:32 -0300 Subject: [PATCH] fix: custom element url Hey! I noticed that the url in the README is not working. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f3375b..00de05d 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ Instead of installing you may use the remote version ``` ### Using via Web Component -Boxicons includes a Custom Element that makes using icons easy and efficient. To use it, add the `box-icon-element.js` file to the page: +Boxicons includes a Custom Element that makes using icons easy and efficient. To use it, add the `boxicons.js` file to the page: ```html - + ``` To use an icon, add the `` element to the location where the icon should be displayed: