From 3b28d724f500ac4b1cf3c3788169bbf8744fe97b Mon Sep 17 00:00:00 2001 From: Mason Mackaman Date: Mon, 29 Jun 2020 18:44:31 -0400 Subject: [PATCH] Update HTML spec link and text The old link forwarded to this one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4093773..b288d23 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Latest release](http://img.shields.io/github/release/purescript-web/purescript-web-html.svg)](https://github.com/purescript-web/purescript-web-html/releases) [![Build status](https://travis-ci.org/purescript-web/purescript-web-html.svg?branch=master)](https://travis-ci.org/purescript-web/purescript-web-html) -Type definitions and low level interface implementations for the [W3C HTML5 API](https://www.w3.org/TR/html5). +Type definitions and low level interface implementations for the [WHATWG HTML Living Standard](https://html.spec.whatwg.org/). ## Installation