Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Dec 23, 2020
1 parent 8844f84 commit 9863019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Simple examples using Zippy can be found in the [examples/](https://github.com/g

* [HTTP client gzip](https://github.com/guzba/zippy/blob/master/examples/http_client.nim)
* [HTTP server gzip](https://github.com/guzba/zippy/blob/master/examples/http_server.nim)
* [Compress a dir into a tarball](https://github.com/guzba/zippy/blob/master/examples/tarball_create.nim)
* [Extract from a tarball](https://github.com/guzba/zippy/blob/master/examples/tarball_extract.nim)
* [Compose a tarball in code](https://github.com/guzba/zippy/blob/master/examples/tarball_compose.nim)
* Compress a dir into a [tarball](https://github.com/guzba/zippy/blob/master/examples/tarball_create.nim) or [zip archive](https://github.com/guzba/zippy/blob/master/examples/ziparchive_create.nim)
* Extract from a [tarball](https://github.com/guzba/zippy/blob/master/examples/tarball_extract.nim) or [zip archive](https://github.com/guzba/zippy/blob/master/examples/ziparchive_extract.nim)
* Compose a [tarball](https://github.com/guzba/zippy/blob/master/examples/tarball_compose.nim) or [zip archive](https://github.com/guzba/zippy/blob/master/examples/ziparchive_compose.nim) in code

## Performance

Expand Down

0 comments on commit 9863019

Please sign in to comment.