Skip to content

Commit 9d3d29b

Browse files
committed
Enable the repo sponsor button
1 parent 70b67c8 commit 9d3d29b

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/funding.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github: sindresorhus
2+
open_collective: sindresorhus
3+
patreon: sindresorhus
4+
custom: https://sindresorhus.com/donate

readme.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ The browser version is only ~300 bytes minified & gzipped.
1515
$ npm install crypto-hash
1616
```
1717

18-
<a href="https://www.patreon.com/sindresorhus">
19-
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
20-
</a>
21-
2218

2319
## Usage
2420

@@ -51,7 +47,7 @@ Type: `string` [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/Java
5147

5248
#### options
5349

54-
Type: `Object`
50+
Type: `object`
5551

5652
##### outputFormat
5753

@@ -65,8 +61,3 @@ Setting this to `buffer` makes it return an `ArrayBuffer` instead of a `string`.
6561
## Related
6662

6763
- [hasha](https://github.com/sindresorhus/hasha) - Hashing in Node.js made simple
68-
69-
70-
## License
71-
72-
MIT © [Sindre Sorhus](https://sindresorhus.com)

0 commit comments

Comments
 (0)