From db31d5157669b77b016a105dfdc53db9160a53d0 Mon Sep 17 00:00:00 2001
From: Rob Ede <robjtede@gmail.com>
Date: Thu, 8 Sep 2016 00:27:46 +0100
Subject: [PATCH] corrected alias documentation

---
 plugins/firewalld/readme.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/plugins/firewalld/readme.md b/plugins/firewalld/readme.md
index 611ad6de0..8b5bc74d4 100644
--- a/plugins/firewalld/readme.md
+++ b/plugins/firewalld/readme.md
@@ -2,18 +2,18 @@
 
 This plugin adds some aliases and functions for FirewallD using the `firewalld-cmd` command. To use it, add firewalld to your plugins array.
 
-```
+```zsh
 plugins=(... firewalld)
 ```
 
 ## Aliases
 
-| Alias | Command                              | Description                  |
-| :---- | :----------------------------------- | :--------------------------- |
-| fw    | `firewall-cmd`                        | Shorthand                    |
-| fwr   | `firewall-cmd --reload`               | Reload current configuration |
-| fwp   | `firewall-cmd --permanent`            | Create permanent rule        |
-| fwrp  | `firewall-cmd --runtime-to-permanent` | Save current configuration   |
+| Alias | Command                                    | Description                  |
+| :---- | :----------------------------------------- | :--------------------------- |
+| fw    | `sudo firewall-cmd`                        | Shorthand                    |
+| fwr   | `sudo firewall-cmd --reload`               | Reload current configuration |
+| fwp   | `sudo firewall-cmd --permanent`            | Create permanent rule        |
+| fwrp  | `sudo firewall-cmd --runtime-to-permanent` | Save current configuration   |
 
 ## Functions