Use shields.io for number of downloads per week (#118)

This commit is contained in:
Bjorn Stromberg 2020-06-27 20:13:23 +09:00 committed by GitHub
parent 1ffe2fb6a7
commit a96abee1a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ For example, `is.string('🦄') //=> true`
- [Supports type assertions](#type-assertions) - [Supports type assertions](#type-assertions)
- [Aware of generic type parameters](#generic-type-parameters) (use with caution) - [Aware of generic type parameters](#generic-type-parameters) (use with caution)
- Actively maintained - Actively maintained
- 2 million weekly downloads - ![Millions of downloads per week](https://img.shields.io/npm/dw/@sindresorhus/is)
## Install ## Install