Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
sindresorhus authored Oct 9, 2020
1 parent 7ae39ed commit 5f181a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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

```
$ npm install is-html
```


## Usage

```js
Expand Down

0 comments on commit 5f181a8

Please sign in to comment.