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.