Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Nov 17, 2021
1 parent 1e98c06 commit b06891f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# ng-inline-svg

⚠️ **This package is deprecated and not maintained.** ⚠️
# ng-inline-svg-2

---

[![NPM](https://nodei.co/npm/ng-inline-svg.png?compact=true)](https://nodei.co/npm/ng-inline-svg)

**[Demo](https://echeung.me/ng-inline-svg)**

*Formerly called [ng2-inline-svg](https://github.com/arkon/ng2-inline-svg)*
*Formerly called [ng-inline-svg](https://github.com/arkon/ng-inline-svg)*

Angular directive for inserting an SVG inline within an element, allowing for easily styling
with CSS like `fill: currentColor;`.
Expand All @@ -21,7 +19,7 @@ font icons.
## Installation

```shell
npm install --save ng-inline-svg
npm install --save ng-inline-svg-2
```


Expand Down

0 comments on commit b06891f

Please sign in to comment.