Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XieJJ99 authored Oct 25, 2016
1 parent aedad84 commit 98c4862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ To compress a stream to brotli data:
bs.SetQuality(11);
bs.SetWindow(22);
msInput.CopyTo(bs);
msOutput.Seek(0, System.IO.SeekOrigin.Begin);
bs.Close();
output = msOutput.ToArray();
return output;
Expand Down

0 comments on commit 98c4862

Please sign in to comment.