diff --git a/Information-Widgets.md b/Information-Widgets.md
index 12126f5..fe48a3c 100644
--- a/Information-Widgets.md
+++ b/Information-Widgets.md
@@ -16,8 +16,7 @@ As an example, we'll place two resource widgets, one that reports all stats, and
Which results in something like this:
-
-
+
## Resources
@@ -47,7 +46,23 @@ You can also pass a `label` option, which allows you to group resources under na
Which produces something like this,
-
+
+
+If you have more than a single disk and would like to group them together under the same label, you can pass an array of paths instead,
+
+```yaml
+- resources:
+ label: Storage
+ disk:
+ - /mnt/storage
+ - /mnt/backup
+ - /mnt/media
+```
+
+To produce something like this,
+
+
+
## WeatherAPI