From b64ad644de2b5deccfc513e03a9315e3ea15e93d Mon Sep 17 00:00:00 2001 From: Gerben Date: Tue, 17 Mar 2020 02:52:46 +0100 Subject: [PATCH] Add URL-based install to Readme --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8f7b70d..d48629d 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,11 @@ Convert a DOM [DocumentType](https://developer.mozilla.org/en-US/docs/Web/API/Do ## Install - npm install doctype-to-string + npm install "git+https://code.treora.com/gerben/doctype-to-string#latest" + + npm install doctype-to-string@latest + +..or equivalent ## Usage