From f2a7311e0fb970afbb48814f1bc12c8064bfc640 Mon Sep 17 00:00:00 2001 From: BK Mac Date: Sat, 16 Dec 2017 09:04:48 -0500 Subject: [PATCH] Edited the example to the correct syntax: width and height --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 899637818..d4c346257 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons. Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com). Simply use the `simple-icons` npm package and specify a version in the URL like the following: ```html - - + + ``` ### Node Usage