Skip to content

Commit

Permalink
Add deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Dec 18, 2023
1 parent a0fdadd commit f307a76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

Detect bots/crawlers/spiders using the user agent string.

> ## Releasing Version 4: deprecation notice
>
> I'll be releasing version 4 as "latest" soon. Migration is simple, just replace `import isbot from "isbot"` with `import { isbot } from "isbot"` in your code.
> Run `npm i isbot@next` to test it out.
> If you are using extended functionality, there will be more changes and the feature you're using is no longer supported as is. Please open an issue if you need help migrating.
> Please visit [isbot](https://isbot.js.org) for more information.
## Usage

```js
Expand Down

0 comments on commit f307a76

Please sign in to comment.