Skip to content

Commit

Permalink
Update terminology on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omacranger committed Jan 21, 2020
1 parent ce82d21 commit 6f493f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Install:
npm install --save-dev fontawesome-subset
```

Run via your favorite task manager:
Run via your favorite task runner:
```javascript
// Require fontawesome-subset
const fontawesomeSubset = require('fontawesome-subset');

// Create or append a task to be ran with your configuration
fontawesomeSubset(['check','square','caret-up'], 'sass/webfonts');
```

Expand Down Expand Up @@ -88,4 +90,4 @@ $icons: (
content: fa-content($value);
}
}
```
```

0 comments on commit 6f493f3

Please sign in to comment.