README: Fix order of the curl_json plugin in the list.
[collectd.git] / README
diff --git a/README b/README
index ea53dba..5071617 100644 (file)
--- a/README
+++ b/README
@@ -43,10 +43,6 @@ Features
     - conntrack
       Number of nf_conntrack entries.
 
-    - curl_json
-      Retrieves JSON data via cURL and parses it according to user
-      configuration.
-
     - cpu
       CPU utilization: Time spent in the system, user, nice, idle, and related
       states.
@@ -54,6 +50,10 @@ Features
     - cpufreq
       CPU frequency (For laptops with speed step or a similar technology)
 
+    - curl_json
+      Retrieves JSON data via cURL and parses it according to user
+      configuration.
+
     - dbi
       Executes SQL statements on various databases and interprets the returned
       data.