Skip to content

Commit

Permalink
Fix README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Gonzalez committed Apr 3, 2018
1 parent 702b96d commit 20f93c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# ngx-feather-icons
# ngx-feather-icon

Simple, easy to use [Angular](https://angular.io/) component to manage [Feather icons](https://feathericons.com/).

**Install**

```shell
$ npm install --save ngx-feather-icons
$ npm install --save ngx-feather-icon
```

**Import the module**
```typescript
//...
import { FeatherModule } from 'ngx-feather-icons';
import { FeatherModule } from 'ngx-feather-icon';
@NgModule({
//...
imports: [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-feather-icon",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"description": "Simple, easy to use Angular component to manage Feather icons.",
"scripts": {
Expand Down

0 comments on commit 20f93c9

Please sign in to comment.