Skip to content

Commit e54141b

Browse files
authored
Update src/lib.rs
1 parent c7b9050 commit e54141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! # Getting started
1616
//!
1717
//! Add two dependencies to your project's `Cargo.toml` file: `tide` itself, and `async-std` with the feature `attributes` enabled:
18-
//! ```text
18+
//! ```toml
1919
//!# Example, use the version numbers you need
2020
//!tide = "0.7.0"
2121
//!async-std = { version = "1.5.0", features = ["attributes"] }

0 commit comments

Comments
 (0)