Skip to content

Commit

Permalink
here we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
deedeeh committed Apr 29, 2024
1 parent d9ff27a commit b9973b6
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 @@ -4,7 +4,7 @@

[![](./page/isbot.svg)](https://isbot.js.org)

Recognise bots/crawlers/spiders using the user agent string.
Identify bots, crawlers, and spiders using the user agent string.

## Usage

Expand Down Expand Up @@ -43,7 +43,7 @@ Use JSDeliver CDN you can import an iife script
> See specific versions https://www.jsdelivr.com/package/npm/isbot or https://cdn.jsdelivr.net/npm/isbot
```html
<script src="https://cdn.jsdelivr.net/npm/isbot@4"></script>
<script src="https://cdn.jsdelivr.net/npm/isbot@5"></script>
<script>
// isbot is now global
isbot(navigator.userAgent);
Expand Down

0 comments on commit b9973b6

Please sign in to comment.