We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae82f87 commit bf1022bCopy full SHA for bf1022b
README.md
@@ -36,9 +36,5 @@ Implemented commands:
36
37
Supported format versions: <= 4
38
39
-The decoder deserializes `NetTrace` binary stream to the object sequence. The package also provides an example stream
40
-handler implementation which processes **Microsoft-DotNETCore-SampleProfiler**
41
-events: [github.com/pyroscope-io/dotnetdiag/nettrace/profiler](github.com/pyroscope-io/dotnetdiag/nettrace/profiler).
42
-
43
-See [examples](examples) directory.
44
+The decoder deserializes `NetTrace` binary stream to the object sequence. The package contains an example stream
+handler implementation that processes events from **Microsoft-DotNETCore-SampleProfiler** provider. See [examples](examples) directory.
0 commit comments