diff --git a/README.md b/README.md
index 1f76ad91a7f33ed7be3f052314fa0f2a011acfe8..1dad63bb58cd9c84343b300a35a7306ad3559342 100644
--- a/README.md
+++ b/README.md
@@ -115,12 +115,14 @@ freeradius::attr { 'eduroamlocal':
 Define RADIUS clients as seen in `clients.conf`
 
 ```puppet
-freeradius::client { "localhost-${::hostname}-lo":
-  ip        => '127.0.0.1',
+freeradius::client { "wlan-controller01":
+  ip        => '192.168.0.1',
   secret    => 'testing123',
-  shortname => 'localhost',
+  shortname => 'wlc01',
   nastype   => 'other',
-  }
+  port      => '1645-1646',
+  firewall  => true,
+}
 ```
 
 ##### `ip`