Skip to content

Commit

Permalink
add import instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Aug 16, 2018
1 parent 711b21b commit 54545d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ To install via yarn:
yarn add print-js
```

When installing via npm or yarn, import the library into your project:

```
import print from 'print-js'
```

## Documentation

You can find documentation at [printjs.crabbly.com](http://printjs.crabbly.com/#documentation).
Expand Down

0 comments on commit 54545d9

Please sign in to comment.