Skip to content

Commit 2cf2a20

Browse files
committed
[meta] update description
1 parent ff77d90 commit 2cf2a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# to-buffer <sup>[![Version Badge][2]][1]</sup>
22

3-
Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back.
3+
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
44

55
[![github actions][actions-image]][actions-url]
66
[![coverage][codecov-image]][codecov-url]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "to-buffer",
33
"version": "1.1.1",
4-
"description": "Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back",
4+
"description": "Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.",
55
"main": "index.js",
66
"sideEffects": false,
77
"scripts": {

0 commit comments

Comments
 (0)