Skip to content

Commit

Permalink
Updated requiring section
Browse files Browse the repository at this point in the history
Changed require('license-checker') to `license-checker-rseidelsohn`
  • Loading branch information
cezaris13 authored Sep 1, 2022
1 parent dd42afc commit 1683c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ See an example in [customFormatExample.json](customFormatExample.json).
## Requiring

```js
var checker = require('license-checker');
var checker = require('license-checker-rseidelsohn');

checker.init(
{
Expand Down

0 comments on commit 1683c0f

Please sign in to comment.