diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6aacb2..23283e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Inline core migration index definition [#281](https://github.com/Sorcery/sorcery/pull/281) * Fix MongoID adapter breaking on save [#284](https://github.com/Sorcery/sorcery/pull/284) +* Update philosophy statement in README.md [#285](https://github.com/Sorcery/sorcery/pull/285) ## 0.16.1 diff --git a/README.md b/README.md index 1f3b374f..62017710 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Sorcery is a stripped-down, bare-bones authentication library, with which you ca - Less is more - less than 20 public methods to remember for the entire feature-set make the lib easy to 'get'. - No built-in or generated code - use the library's methods inside *your own* MVC structures, and don't fight to fix someone else's. -- Magic yes, Voodoo no - the lib should be easy to hack for most developers. +- Approachable and Accessible - the lib should be easy to hack for most developers. - Configuration over Confusion - Centralized (1 file), Simple & short configuration as possible, not drowning in syntactic sugar. - Keep MVC cleanly separated - DB is for models, sessions are for controllers. Models stay unaware of sessions.