1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Fix link to doc page on README.md (#543)

This commit is contained in:
pastak
2023-12-11 17:37:33 +09:00
committed by GitHub
parent 94ab87ec0e
commit 0626bf8c8c

View File

@@ -20,7 +20,7 @@ The library is made to help to detect what browser your user has and gives you a
### ⚠️ Version 2.0 breaking changes ⚠️
Version 2.0 has drastically changed the API. All available methods are on the [docs page](https://lancedikson.github.io/bowser/docs).
Version 2.0 has drastically changed the API. All available methods are on the [docs page](https://bowser-js.github.io/bowser/docs/).
_For legacy code, check out the [1.x](https://github.com/lancedikson/bowser/tree/v1.x) branch and install it through `npm install bowser@1.9.4`._