Skip to content

Commit fd60a3a

Browse files
author
Don McCurdy
committed
Merge branches 'master' and 'master' of github.com:donmccurdy/zstddec into master
2 parents 6f0a26a + 28f96f5 commit fd60a3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# zstddec
22

3+
[![Latest NPM release](https://img.shields.io/npm/v/zstddec.svg)](https://www.npmjs.com/package/zstddec)
4+
[![Minzipped size](https://badgen.net/bundlephobia/minzip/zstddec)](https://bundlephobia.com/result?p=zstddec)
5+
[![Build Status](https://travis-ci.com/donmccurdy/zstddec.svg?branch=master)](https://travis-ci.com/donmccurdy/zstddec)
6+
37
[ZSTD (Zstandard)](https://github.com/facebook/zstd) decoder for Web and Node.js, using WebAssembly.
48

59
## Installation
@@ -54,4 +58,4 @@ wrapper generated by Emscripten.
5458

5559
## License
5660

57-
JavaScript wrapper is provided under the MIT License, and the WASM ZSTD decoder is provided under the BSD 3-Clause License.
61+
JavaScript wrapper is provided under the MIT License, and the WASM ZSTD decoder is provided under the BSD 3-Clause License.

0 commit comments

Comments
 (0)