diff --git a/README.md b/README.md
index 8399606..59c755e 100644
--- a/README.md
+++ b/README.md
@@ -164,6 +164,10 @@ The `AuthenticationFilter` is what detects whether a user needs to be authentica
http://www.acme-client.com
+
+ CAS Authentication Filter
+ /*
+
```
| Property | Description | Required
@@ -197,7 +201,11 @@ The SAML 1.1 `AuthenticationFilter` is what detects whether a user needs to be a
serverName
http://www.the-client.com
-
+
+
+ CAS Authentication Filter
+ /*
+
```
| Property | Description | Required
@@ -224,6 +232,10 @@ Validates tickets using the CAS 1.0 Protocol.
https://somewhere.cas.edu:8443/cas
+
+ CAS Validation Filter
+ /*
+
```
| Property | Description | Required
@@ -254,7 +266,11 @@ Validates tickets using the SAML 1.1 protocol.
serverName
http://www.acme-client.com
-
+
+
+ CAS Validation Filter
+ /*
+
```
| Property | Description | Required
@@ -289,6 +305,10 @@ Validates the tickets using the CAS 2.0 protocol. If you provide either the `acc
http://www.acme-client.com
+
+ CAS Validation Filter
+ /*
+
```
| Property | Description | Required
@@ -375,6 +395,10 @@ Wraps an `HttpServletRequest` so that the `getRemoteUser` and `getPrincipal` ret
CAS HttpServletRequest Wrapper Filter
org.jasig.cas.client.util.HttpServletRequestWrapperFilter
+
+ CAS HttpServletRequest Wrapper Filter
+ /*
+
```
| Property | Description | Required
@@ -391,6 +415,10 @@ Places the `Assertion` in a `ThreadLocal` for portions of the application that n
CAS Assertion Thread Local Filter
org.jasig.cas.client.util.AssertionThreadLocalFilter
+
+ CAS Assertion Thread Local Filter
+ /*
+
```
@@ -602,7 +630,7 @@ The `SingleSignOutFilter` can affect character encoding. This becomes most obvio
#### SAML Protocol
```xml
-filter>
+
CAS Single Sign Out Filter
org.jasig.cas.client.session.SingleSignOutFilter
@@ -716,6 +744,8 @@ The `WebAuthenticationFilter` performs these operations for the JBoss AS contain
...
+
+...
```
The JAAS LoginModule configuration in `conf/login-config.xml` may require the following changes in a JBoss environment: