File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 )
2
2
3
3
This is a module to help you convert between JSON and ArrayBuffer, and you can run it in both Node.js and browser.
4
4
@@ -145,6 +145,6 @@ ws.on('message', (data) => {
145
145
});
146
146
```
147
147
148
- ## License
148
+ ## License [ ![ npm ] ( https://img.shields.io/npm/l/json-bufferify.svg )] ( http://www.gnu.org/licenses/lgpl.html )
149
149
150
150
This is licensed under the GNU LGPL, version 3 or later.
You can’t perform that action at this time.
0 commit comments