summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-04-09 12:37:27 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-04-09 12:37:27 +0300
commit1b2778fa25482b61cc707fcbaf0d68254daf22c4 (patch)
tree48c7a804ddc72f9d45436b70b977277509cace44 /README.md
parent597c0d70febd91d70aea4c040a7557d67e926f21 (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index 995907eeee..0df1343b38 100644
--- a/README.md
+++ b/README.md
@@ -32,14 +32,21 @@ It tries to visualize the **truth of now**, in its **greatest detail**, so that
This is what you get:
-1. **Stunning bootstrap dashboards**, out of the box
-2. **Blazingly fast** and **super efficient**, mostly written in C (for default installations, expect just 2% of a single core CPU usage and a few MB of RAM)
-3. **Zero configuration** - you just install it and it autodetects everything
-4. **Zero dependencies**, it is its own web server for its static web files and its web API
-5. **Zero maintenance**, you just run it, it does the rest
-5. **Custom dashboards** that can be built using simple HTML (no javascript necessary)
-6. **Extensible**, you can monitor anything you can get a metric for using its Plugin API (anything can be a netdata plugin - from BASH to node.js)
-7. **Embeddable**, it can run anywhere a Linux kernel runs and its charts can be embedded on your web pages too
+- **Stunning bootstrap dashboards**, out of the box
+
+- **Blazingly fast** and **super efficient**, mostly written in C (for default installations, expect just 2% of a single core CPU usage and a few MB of RAM)
+
+- **Zero configuration** - you just install it and it autodetects everything
+
+- **Zero dependencies**, it is its own web server for its static web files and its web API
+
+- **Zero maintenance**, you just run it, it does the rest
+
+- **Custom dashboards** that can be built using simple HTML (no javascript necessary)
+
+- **Extensible**, you can monitor anything you can get a metric for using its Plugin API (anything can be a netdata plugin - from BASH to node.js)
+
+- **Embeddable**, it can run anywhere a Linux kernel runs and its charts can be embedded on your web pages too
---