Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSiu authored Jan 11, 2024
1 parent 899c115 commit 3c2475a
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 @@ -26,6 +26,12 @@ To use `xeno-canto-api-ts` in your Node.js project, you need to import it as fol
import * as XenoCanto from "xeno-canto-api-ts";
```

or

```ts
const XenoCanto = require('xeno-canto-api-ts');
```

### Simple Search

You can pass a string query to the `search` method like this:
Expand Down

0 comments on commit 3c2475a

Please sign in to comment.