Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jul 13, 2022
1 parent 1f22b5f commit 6381ef4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//!
//! ```toml
//! [dependencies]
//! pem = "0.8"
//! pem = "1"
//! ```
//!
//! and this to your crate root:
Expand All @@ -28,6 +28,9 @@
//! extern crate pem;
//! ```
//!
//! Using the `serde` feature will implement the serde traits for
//! the `Pem` struct.
//!
//! # Example: parse a single chunk of PEM-encoded text
//!
//! Generally, PEM-encoded files contain a single chunk of PEM-encoded
Expand Down

0 comments on commit 6381ef4

Please sign in to comment.