README formatting update.

Change filter/action identifier from name to type for consistancy.
Minor formatting tweaks.

Change-Id: If4e34ac7b9b76b12e4bd6b72c49cd324c229e32f
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/examples/match2.yaml b/examples/match2.yaml
index 269a469..db10099 100644
--- a/examples/match2.yaml
+++ b/examples/match2.yaml
@@ -13,12 +13,12 @@
           interface: org.freedesktop.DBus.Properties
           member: PropertiesChanged
       filter:
-          name: propertyChangedTo
+          type: propertyChangedTo
           args:
             - value: xyz.openbmc_project.Testing
             - value: TestProperty
             - value: teststring
       action:
-          name: destroyObject("Example")
+          type: destroyObject("Example")
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4