Merge pull request #65 from linkmauve/patch-1

Change the suggested version in the README
This commit is contained in:
Marshall Pierce 2018-07-02 07:22:17 -06:00 committed by GitHub
commit f7d97e80d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ It's base64. What more could anyone want?
Example
---
In Cargo.toml: `base64 = "~0.6.0"`
In Cargo.toml: `base64 = "~0.9.2"`
```rust
extern crate base64;