Skip to content

Commit 2d87025

Browse files
authored
docs: improve readability for Web Browser usage (#313)
Ref: #313 Clarification of the the options for users who are willing to use this on the browser
1 parent 8dcdcc7 commit 2d87025

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ npm install mime-db
2323

2424
### Database Download
2525

26-
If you're crazy enough to use this in the browser, you can just grab the
27-
JSON file using [jsDelivr](https://www.jsdelivr.com/). It is recommended to
28-
replace `master` with [a release tag](https://github.com/jshttp/mime-db/tags)
29-
as the JSON format may change in the future.
26+
If you intend to use this in a web browser, you can conveniently access the JSON file via [jsDelivr](https://www.jsdelivr.com/), a popular CDN (Content Delivery Network). To ensure stability and compatibility, it is advisable to specify [a release tag](https://github.com/jshttp/mime-db/tags) instead of using the 'master' branch. This is because the JSON file's format might change in future updates, and relying on a specific release tag will prevent potential issues arising from these changes.
3027

3128
```
3229
https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json

0 commit comments

Comments
 (0)