diff --git a/README.rst b/README.rst
index 665cfa85f67958671e3a5cadc2218e8bb224e3dc..265f031715fd0d736fb853e9f7141087071dac87 100644
--- a/README.rst
+++ b/README.rst
@@ -110,7 +110,7 @@ Each service supporting SSO must provide support for two special URLs:
   credentials. This handler should return an HTML page containing just
   the text "OK".
 
-The login server supports these two parameters:
+The login server supports the following parameters:
 
 *s* - Service name
   Note that all service names should end with a slash. The
@@ -140,7 +140,7 @@ An SSO ticket is just a signed string consisting of fields separated
 by the pipe (``|``) character. It includes the ticket format version,
 username, service name, domain name, and group memberships.
 
-The current format version number is 2.
+The current format version number is 3.