From 5f181a866ec7d3e859f1be52ceb79541461a48b6 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 9 Oct 2020 14:44:56 +0200 Subject: [PATCH] Improve readme Fixes #11 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c82502c..f115b2e 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,8 @@ -# is-html [![Build Status](https://travis-ci.org/sindresorhus/is-html.svg?branch=master)](https://travis-ci.org/sindresorhus/is-html) +# is-html [![Build Status](https://travis-ci.com/sindresorhus/is-html.svg?branch=master)](https://travis-ci.com/github/sindresorhus/is-html) > Check if a string is HTML +You should not use this for any kind of validation, sanitation, or XSS checks. ## Install @@ -9,7 +10,6 @@ $ npm install is-html ``` - ## Usage ```js