Skip to content

Commit

Permalink
📝 Fix typos in README.md (#822)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
arnaud committed Mar 12, 2024
1 parent a23d971 commit c6ddf7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -102,23 +102,23 @@ Browserslist needs your support. We are accepting donations
* [`update-browserslist-db`] is a CLI tool to update browsers DB for queries
like `last 2 version` or `>1%`.
* [`browserslist-update-action`] is a GitHub Action to automatically
runs `update-browserslist-db` and proposes a pull request to merge updates.
run `update-browserslist-db` and proposes a pull request to merge updates.


### Show “We do not support your browser” Banner

* [`browserslist-useragent-regexp`] compiles Browserslist query to a RegExp
to test browser useragent.
* [`browserslist-useragent-ruby`] is a Ruby library to checks browser
* [`browserslist-useragent-ruby`] is a Ruby library to check browser
by user agent string to match Browserslist.


### Get Statistics for `>5% in my stats`:

* [`browserslist-ga`] and [`browserslist-ga-export`] download your website
browsers statistics to use it in `> 0.5% in my stats` query.
* [`browserslist-new-relic`] generate a custom usage data file for Browserslist
* [`browserslist-adobe-analytics`] use Adobe Analytics data to target browsers.
* [`browserslist-new-relic`] generates a custom usage data file for Browserslist
* [`browserslist-adobe-analytics`] uses Adobe Analytics data to target browsers
from your New Relic Browser data.


Expand Down

0 comments on commit c6ddf7b

Please sign in to comment.