2 Revize 434739ab47 ... e2682d2d90

Autor SHA1 Zpráva Datum
  vaeringjar e2682d2d90 init před 8 měsíci
  vaeringjar 434739ab47 init před 8 měsíci
1 změnil soubory, kde provedl 6 přidání a 3 odebrání
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -1,11 +1,14 @@
 # About
 
 `django_sso` provides view, middleware, and backends for django web
-apps that use single sign-on (SSO) for authentication. Built
-originally for CAS using `python-cas`.
+apps that use single sign-on (SSO) for authentication.
 
+Built originally for CAS using `python-cas`; this way developers can
+use the same CAS ticket verification logic in django or
+non-django-based web apps.
 
-# Honorable Mentions
+
+# Honourable Mentions
 
 - [django-cas-client][] which does not use python-cas.
 - [django-cas-ng][] which records transactions and requires a database.