From fcaf496ddde3f9ddb8726a3be094c6cd809744b5 Mon Sep 17 00:00:00 2001 From: Gerben Date: Fri, 13 Apr 2018 13:20:06 +0200 Subject: [PATCH] Fix Readme headings. --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.