From 2d87025e39d5beaa3191d467461b469b07d594cf Mon Sep 17 00:00:00 2001 From: Tin Ho Chu Date: Sun, 7 Apr 2024 07:10:14 -0500 Subject: [PATCH] docs: improve readability for Web Browser usage (#313) Ref: https://github.com/jshttp/mime-db/pull/313 Clarification of the the options for users who are willing to use this on the browser --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1de297b8f..4f5f77172 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,7 @@ npm install mime-db ### Database Download -If you're crazy enough to use this in the browser, you can just grab the -JSON file using [jsDelivr](https://www.jsdelivr.com/). It is recommended to -replace `master` with [a release tag](https://github.com/jshttp/mime-db/tags) -as the JSON format may change in the future. +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. ``` https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json