Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Jul 25, 2017
1 parent a1d205c commit 3330273
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
Expand Up @@ -11,9 +11,9 @@ npm install --save has-gradient
## Usage

```javascript
var hasGradient = require('has-gradient')
const hasGradient = require('has-gradient')

hasGradient() // => true
hasGradient('linear-gradient(tomato, lime)') // => true
```

## License
Expand Down

0 comments on commit 3330273

Please sign in to comment.