Skip to content

Commit 58cdb4e

Browse files
committed
updates README with a clearer value proposition
1 parent c20a00f commit 58cdb4e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
<a href="https://demo.pyroscope.io//slack">Slack</a>
1818
</h2>
1919

20-
Pyroscope is an open source continuous profiling platform.
20+
Pyroscope is an open source continuous profiling platform. It will help you:
21+
* Find bottlenecks in your code
22+
* Resolve issues with high CPU utilization
23+
* Understand the call tree of your application
24+
* Track changes over time
2125

2226
It is currently in active development and is a little rough around the edges. Give it a try and join [our Slack](https://pyroscope.io/slack) — we'd love to get some feedback and/or help you get started.
2327

@@ -30,11 +34,11 @@ It is currently in active development and is a little rough around the edges. Gi
3034

3135
## Features
3236

33-
* can store years of profiling data from multiple applications
34-
* you can look at years of data at a time or zoom in on specific events
35-
* low CPU overhead
36-
* efficient compression, low disk space requirements
37-
* snappy UI
37+
* Can store years of profiling data from multiple applications
38+
* You can look at years of data at a time or zoom in on specific events
39+
* Low CPU overhead
40+
* Efficient compression, low disk space requirements
41+
* Snappy UI
3842

3943
## Documentation
4044

0 commit comments

Comments
 (0)