diff --git a/README.md b/README.md index 6165adb..855c573 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # lit-request 🌊 -lit-request is a byte-sized (currently ``(915) bytes minified / gzipped umd bundle``) micro-library which provides the awesome parts of [Axios](https://github.com/axios/axios) which many developers find very useful. +lit-request is a byte-sized (currently ``(852) bytes minified / gzipped bundle``) micro-library which provides the awesome parts of [Axios](https://github.com/axios/axios) which many developers find very useful. It's an abstraction layer based on the browser native [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) which does all the work under the hood with many popular browsers having support and as popular libraries like React/Preact using pollyfills when needed, Other amazing libraries supported as well. diff --git a/package.json b/package.json index 2635d6e..e5e3471 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ThobyV/lit-request.git" + "url": "git+https://github.com/thobyv/lit-request.git" }, "keywords": [ "fetch", @@ -22,11 +22,11 @@ "lit" ], "author": "thobyv", - "license": "ISC", + "license": "MIT", "bugs": { - "url": "https://github.com/ThobyV/lit-request.git/issues" + "url": "https://github.com/thobyv/lit-request.git/issues" }, - "homepage": "https://github.com/ThobyV/lit-request#readme", + "homepage": "https://github.com/thobyv/lit-request#readme", "devDependencies": { "eslint": "^7.9.0", "eslint-config-airbnb-base": "^14.2.0",