From 6d1819ab57d187121c7c872caff8391d4758f522 Mon Sep 17 00:00:00 2001 From: Christoph Tavan Date: Mon, 26 Aug 2019 13:15:03 +0200 Subject: [PATCH] fix(doc): remove wzrd.in instruction from README The service wzrd.in seems to be unmaintained for over a year now, see https://github.com/browserify/wzrd.in/commit/2f7ea6969e290f62fbcd93d738cb66f6d902e1cf It currently throws 502 errors on all packages as reported in kelektiv/node-uuid#302 or https://talk.observablehq.com/t/wzrd-in-alternatives/571 As stated in https://github.com/kelektiv/node-uuid/pull/293#issuecomment-500009331 there are no plans to support legacy bundlers. Instead, we may consider to go for properly standardized ES6 modules in the future as has been teased in kelektiv/node-uuid#317 However for the time being let's at least remove these broken instructions from the README. Closes #176, #302 --- README.md | 40 ---------------------------------------- README_js.md | 40 ---------------------------------------- 2 files changed, 80 deletions(-) diff --git a/README.md b/README.md index 0febea18..34dd3d03 100644 --- a/README.md +++ b/README.md @@ -80,46 +80,6 @@ uuidv5('Hello, World!', MY_NAMESPACE); // ⇨ '630eb68f-e0fa-5ecc-887a-7c7a62614 ``` -## Quickstart - Browser-ready Versions - -Browser-ready versions of this module are available via [wzrd.in](https://github.com/jfhbrook/wzrd.in). - -For version 1 uuids: - -```html - - -``` - -For version 3 uuids: - -```html - - -``` - -For version 4 uuids: - -```html - - -``` - -For version 5 uuids: - -```html - - -``` - ## API ### Version 1 diff --git a/README_js.md b/README_js.md index 6c2547e1..709ceb20 100644 --- a/README_js.md +++ b/README_js.md @@ -89,46 +89,6 @@ const MY_NAMESPACE = '1b671a64-40d5-491e-99b0-da01ff1f3341'; uuidv5('Hello, World!', MY_NAMESPACE); // RESULT ``` -## Quickstart - Browser-ready Versions - -Browser-ready versions of this module are available via [wzrd.in](https://github.com/jfhbrook/wzrd.in). - -For version 1 uuids: - -```html - - -``` - -For version 3 uuids: - -```html - - -``` - -For version 4 uuids: - -```html - - -``` - -For version 5 uuids: - -```html - - -``` - ## API ### Version 1