Skip to content

Commit f24b282

Browse files
authored
Merge pull request #28 from zhangsoledad/zhangsoledad/typo
chore: fix docs crate name
2 parents fc680cf + 06b0213 commit f24b282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add this to your `Cargo.toml`:
3333
```toml
3434
[dependencies]
3535
pyroscope = "0.5.0"
36-
pyroscope-pprofrs = "0.2"
36+
pyroscope_pprofrs = "0.2"
3737
```
3838

3939
Include Pyroscope and pprof-rs dependencies:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! ```toml
88
//! [dependencies]
99
//! pyroscope = "0.5"
10-
//! pyroscope-pprofrs = "0.2"
10+
//! pyroscope_pprofrs = "0.2"
1111
//! ```
1212
//!
1313
//! ## Configure a Pyroscope Agent

0 commit comments

Comments
 (0)