Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai authored Jul 6, 2023
1 parent 8115c14 commit 21de458
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 @@ -56,7 +56,7 @@ To use this library, you must have `node-gyp` installed on your system. and the
Here's an example of how to use the library:
```typescript
import { exec } from 'jq-node-bindings';
import { exec } from '@port-labs/jq-node-bindings';
const json = { foo: 'bar' };
const input = '.foo';
Expand Down

0 comments on commit 21de458

Please sign in to comment.