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

Commit 3330273

Browse files
committed
Add docs
1 parent a1d205c commit 3330273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ npm install --save has-gradient
1111
## Usage
1212

1313
```javascript
14-
var hasGradient = require('has-gradient')
14+
const hasGradient = require('has-gradient')
1515

16-
hasGradient() // => true
16+
hasGradient('linear-gradient(tomato, lime)') // => true
1717
```
1818

1919
## License

0 commit comments

Comments
 (0)