Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
master131 committed Jul 3, 2018
1 parent 4ba165f commit 7b65a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using (var ms = new MemoryStream())
{
using (var bs = new BrotliStream(ms, CompressionMode.Compress))
{
// By default, brotli uses a quality value of 11 and window size of 22 if the methods are not called.
// By default, BrotliSharpLib uses a quality value of 1 and window size of 22 if the methods are not called.
/** bs.SetQuality(quality); **/
/** bs.SetWindow(windowSize); **/
/** bs.SetCustomDictionary(customDict); **/
Expand Down

0 comments on commit 7b65a54

Please sign in to comment.