aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoreustas <eustas.ru@gmail.com>2016-06-21 13:41:25 +0200
committerGitHub <noreply@github.com>2016-06-21 13:41:25 +0200
commit2c16351987e96134223afa091e38464fba8ca7d5 (patch)
treefbeaaabfaf572d5377cc00c8ead03ae250cf3c33 /README.md
parentbdf54ed9e6f2448052d2c5e54871dfbe7b369bbd (diff)
downloadbrotli-2c16351987e96134223afa091e38464fba8ca7d5.zip
brotli-2c16351987e96134223afa091e38464fba8ca7d5.tar.gz
brotli-2c16351987e96134223afa091e38464fba8ca7d5.tar.bz2
Update readme
Added "Related projects" section
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0417016..2fa60d6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-brotli
-======
+### Introduction
Brotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
@@ -17,3 +16,8 @@ Brotli mailing list:
https://groups.google.com/forum/#!forum/brotli
[![Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci.org/google/brotli)
+
+### Related projects
+Independent [decoder](https://github.com/madler/brotli) implementation by Mark Adler, based entirely on format specification.
+
+JavaScript port of brotli [decoder](https://github.com/devongovett/brotli.js). Could be used directly via `npm install brotli`