From 280f61bef6fca619abe99520c35d1b658166f03b Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Thu, 21 Feb 2019 10:45:08 +0800 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 172ec78..77ff304 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # brotli.net The .net implement of the brotli algorithm,provide similar interface to Google offical API. + Quality and window control is supported. + Supported on: - Dotnet standard 2(.NET Framework [v4.6.1] and .net core [2] above)- - Windows and Linux + Besides quality controll,the library use the native runtime and its performance should be better than System.IO.Compress.BrotliStream. ## Supporting platform: .NET Standard 2(Windows/Linux)