From ac7ccb600dedfcaccbde2cfd7aca2047262dc440 Mon Sep 17 00:00:00 2001 From: "Jean M. Lescure" Date: Mon, 3 May 2021 20:59:19 -0600 Subject: [PATCH] fix: wrong image address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d88b006..d8c6523 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ To find out more about the math behind these functions please refer to the This repo and npm package started as a straight up manual transpilation to ES6 of the [short-uid](https://github.com/serendipious/nodejs-short-uid) npm package by [Ankit Kuwadekar](https://github.com/serendipious/). -![image depicting over 12000 weekly npm downloads](https://raw.githubusercontent.com/jeanlescure/short-unique-id/master/assets/weekly-downloads.png) +![image depicting over 12000 weekly npm downloads](https://raw.githubusercontent.com/jeanlescure/short-unique-id/main/assets/weekly-downloads.png) Since this package is now reporting 12k+ npm weekly downloads, we've gone ahead and re-written the whole of it in TypeScript and made sure to package dist modules compatible with Deno, Node.js and all major Browsers.