We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc680cf + 06b0213 commit f24b282Copy full SHA for f24b282
README.md
@@ -33,7 +33,7 @@ Add this to your `Cargo.toml`:
33
```toml
34
[dependencies]
35
pyroscope = "0.5.0"
36
-pyroscope-pprofrs = "0.2"
+pyroscope_pprofrs = "0.2"
37
```
38
39
Include Pyroscope and pprof-rs dependencies:
src/lib.rs
@@ -7,7 +7,7 @@
7
//! ```toml
8
//! [dependencies]
9
//! pyroscope = "0.5"
10
-//! pyroscope-pprofrs = "0.2"
+//! pyroscope_pprofrs = "0.2"
11
//! ```
12
//!
13
//! ## Configure a Pyroscope Agent
0 commit comments