about summary refs log tree commit diff
path: root/modules/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'modules/README.md')
-rw-r--r--modules/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/README.md b/modules/README.md
index be97ca80..d9dd5851 100644
--- a/modules/README.md
+++ b/modules/README.md
@@ -8,6 +8,10 @@ When writing modules, make sure to categorize them accordingly:
 
 <table>
   <tr>
+    <th>hardware</th>
+    <td>Hardware-related options</td>
+  </tr>
+  <tr>
     <th>profiles</th>
     <td>Options for a specific domain (like for example
         `desktop`, `router`, `music`, ...)
@@ -23,7 +27,7 @@ When writing modules, make sure to categorize them accordingly:
   </tr>
   <tr>
     <th>system</th>
-    <td>Everything system or hardware-related (like for example kernel)</td>
+    <td>Everything system-related (like for example kernel)</td>
   </tr>
   <tr>
     <th>tasks</th>