2 Commit-ok 434739ab47 ... e2682d2d90

Szerző SHA1 Üzenet Dátum
  vaeringjar e2682d2d90 init 8 hónapja
  vaeringjar 434739ab47 init 8 hónapja
1 módosított fájl, 6 hozzáadás és 3 törlés
  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.