Skip to content

Commit

Permalink
update .gitignore and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Oct 28, 2018
1 parent 5ae06fb commit b22773f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
deps/deps.jl
deps/src
deps/lib
/Manifest.toml
/.envrc
/deps/deps.jl
/deps/build.log
/deps/lib
/deps/src
/deps/usr
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ Pkg.add("CodecZlib")

## Usage

**Note**: `GzipCompression`, `GzipDecompressionStream`, etc. are deprecated. Use
`GzipCompressor`, `GzipDecompressorStream`, etc. instead.

```julia
using CodecZlib

Expand Down

0 comments on commit b22773f

Please sign in to comment.