From c41bfdf5ccf87cc99ad0726ce9eb728a43aa546b Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Thu, 21 Feb 2019 10:46:26 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ff304..3f1056e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The .net implement of the brotli algorithm,provide similar interface to Google o Quality and window control is supported. Supported on: -- Dotnet standard 2(.NET Framework [v4.6.1] and .net core [2] above)- +- 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.