doc: remove "Usage" section that will go out of date with new versions
This commit is contained in:
parent
5f4dbc3100
commit
744313cd63
1 changed files with 2 additions and 18 deletions
20
README.md
20
README.md
|
@ -1,5 +1,3 @@
|
||||||
{% assign version = "1.1.1" %}
|
|
||||||
|
|
||||||
zip
|
zip
|
||||||
========
|
========
|
||||||
|
|
||||||
|
@ -28,22 +26,8 @@ Currently unsupported zip extensions:
|
||||||
* Encryption
|
* Encryption
|
||||||
* Multi-disk
|
* Multi-disk
|
||||||
|
|
||||||
Usage
|
Features
|
||||||
-----
|
--------
|
||||||
|
|
||||||
With all default features:
|
|
||||||
|
|
||||||
```toml
|
|
||||||
[dependencies]
|
|
||||||
zip = "{{version}}"
|
|
||||||
```
|
|
||||||
|
|
||||||
Without the default features:
|
|
||||||
|
|
||||||
```toml
|
|
||||||
[dependencies]
|
|
||||||
zip = { version = "{{version}}", default-features = false }
|
|
||||||
```
|
|
||||||
|
|
||||||
The features available are:
|
The features available are:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue