Convert a DOM DocumentType into a string, e.g. "<!DOCTYPE html>"
Browse Source

Add URL-based install to Readme

master
Gerben 4 years ago
parent
commit
b64ad644de
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      Readme.md

+ 5
- 1
Readme.md View File

@@ -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



Loading…
Cancel
Save