summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-12-18 14:18:13 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2011-12-18 14:22:28 +0100
commitc7a14cf650b68dc67a5bb6f5056ee7ce88b849c5 (patch)
tree3921aa6ef0988d8758700cf63ca75069663eefcb
parentb880edda6a0ab53a9585fb31b064fafdd92c8114 (diff)
downloadsymfony-security-c7a14cf650b68dc67a5bb6f5056ee7ce88b849c5.zip
symfony-security-c7a14cf650b68dc67a5bb6f5056ee7ce88b849c5.tar.gz
symfony-security-c7a14cf650b68dc67a5bb6f5056ee7ce88b849c5.tar.bz2
tweaked the README files
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e25f40e..7aea890 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
Security Component
==================
-This component provides an infrastructure for sophisticated authorization systems,
-which makes it possible to easily separate the actual authorization logic from so
-called user providers that hold the users credentials. It is inspired by the
-Java Spring framework.
+Security provides an infrastructure for sophisticated authorization systems,
+which makes it possible to easily separate the actual authorization logic from
+so called user providers that hold the users credentials. It is inspired by
+the Java Spring framework.
Resources
---------