From 1561da75ad6a925d4b4e0a45fee68d42348ffb64 Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Tue, 25 Apr 2017 09:28:10 -0700 Subject: [PATCH] Fix formatting issues with the markdown title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5bc844..ebdfe9f 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ The SAML 1.1 `AuthenticationFilter` is what detects whether a user needs to be a | `encodeServiceUrl ` | Whether the client should auto encode the service url. Defaults to `true` | No -####org.jasig.cas.client.validation.Cas10TicketValidationFilter +#### org.jasig.cas.client.validation.Cas10TicketValidationFilter Validates tickets using the CAS 1.0 Protocol. ```xml