diff --git a/Readme.md b/Readme.md index 0aed9c1..8f7b70d 100644 --- a/Readme.md +++ b/Readme.md @@ -4,16 +4,16 @@ Convert a DOM [DocumentType](https://developer.mozilla.org/en-US/docs/Web/API/Do - `` - `` -# Install +## Install npm install doctype-to-string -# Usage +## Usage import doctypeToString from 'doctype-to-string' const string = doctypeToString(document.doctype) -# Licence +## Licence [CC0](https://creativecommons.org/publicdomain/zero/1.0/); do whatever you want with this code.