From b5331a253df2502f4626f38673a6396b9f4dcc6f Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 29 Dec 2017 15:16:43 -0800 Subject: [PATCH] docs: Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d69bb17..0d9465e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ npm install feather-icons * [`feather.icons`](#feathericons) * [`feather.icons[name].toSvg()`](#feathericonsnametosvgattrs) * [`feather.replace()`](#featherreplaceattrs) - * [[Deprecated] `feather.toSvg()`](#deprecated-feathertosvgname-attrs) + * [(DEPRECATED) `feather.toSvg()`](#deprecated-feathertosvgname-attrs) * [Roadmap](#roadmap) * [Contributing](#contributing) * [Related Projects](#related-projects) @@ -287,7 +287,7 @@ All attributes on the placeholder element (i.e. ``) will be copied to the ` **Note:** `feather.toSvg()` is deprecated. Please use `feather.icons[name].toSvg()` instead.