From dbb0fc62e9a63d666aa3ef988819cfcba47902fc Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Fri, 23 Nov 2018 15:53:18 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2992826..f1cc786 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.com/ungap/custom-event.svg?branch=master)](https://travis-ci.com/ungap/custom-event) [![Coverage Status](https://coveralls.io/repos/github/ungap/custom-event/badge.svg?branch=master)](https://coveralls.io/github/ungap/custom-event?branch=master) ![WebReflection status](https://offline.report/status/webreflection.svg) -An [CustomEvent](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent) polyfill for legacy browsers. +A [CustomEvent](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent) polyfill for legacy browsers. * CDN via https://unpkg.com/@ungap/custom-event * ESM via `import CustomEvent from '@ungap/custom-event'`