From 6dc6e83d399b78604b112456e4de9b9175aed001 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 13 Dec 2017 00:25:40 -0800 Subject: [PATCH] docs: Update capitalization --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc9a519f..d69bb17c 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.