Skip to content

Commit 45eb67b

Browse files
Update to 0.0.9.
1 parent 91b2a57 commit 45eb67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# json-bufferify [![Travis](https://img.shields.io/travis/LangZhai/json-bufferify.svg)](https://travis-ci.org/LangZhai/json-bufferify/builds) [![npm (tag)](https://img.shields.io/npm/v/json-bufferify.svg)](https://www.npmjs.com/package/json-bufferify) [![npm](https://img.shields.io/npm/l/json-bufferify.svg)](http://www.gnu.org/licenses/lgpl.html) ![Github file size](https://img.shields.io/github/size/langzhai/json-bufferify/json-bufferify.js.svg)
1+
# json-bufferify [![Travis](https://img.shields.io/travis/LangZhai/json-bufferify.svg)](https://travis-ci.org/LangZhai/json-bufferify/builds) [![npm (tag)](https://img.shields.io/npm/v/json-bufferify.svg)](https://www.npmjs.com/package/json-bufferify) ![Github file size](https://img.shields.io/github/size/langzhai/json-bufferify/json-bufferify.js.svg)
22

33
This is a module to help you convert between JSON and ArrayBuffer, and you can run it in both Node.js and browser.
44

@@ -145,6 +145,6 @@ ws.on('message', (data) => {
145145
});
146146
```
147147

148-
## License
148+
## License [![npm](https://img.shields.io/npm/l/json-bufferify.svg)](http://www.gnu.org/licenses/lgpl.html)
149149

150150
This is licensed under the GNU LGPL, version 3 or later.

0 commit comments

Comments
 (0)