Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored Sep 25, 2023
1 parent 8a1b57e commit 228c3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ yarn add pg-scanner

Import the Scanner module into your JavaScript or TypeScript file:

```bash
```js
const { Scanner } = require('pg-scanner');
# or
// or
import { Scanner } from 'pg-scanner';
```

Expand Down

0 comments on commit 228c3b9

Please sign in to comment.