From dbe3439c4479f8027fdbe4d91d4a12908350366c Mon Sep 17 00:00:00 2001 From: Ian J Miller Date: Sat, 14 Apr 2018 21:26:48 -0500 Subject: [PATCH] update readme again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c67226e..a52712d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This package lets you use [Feather Icons](https://feathericons.com/) as a React Feather Icons is an svg font library by Cole Bemis. ### Example usage: -``` +```javascript import FeatherIcon from 'feather-icons-react'; ```