README.md in figleaf-0.0.4 vs README.md in figleaf-0.0.5

- old
+ new

@@ -45,9 +45,11 @@ s.some_awesome_flag = false end ``` etc... +Then, in your app, you can reference `Figleaf::Setting.some_awesome_flag?`. + Also, it provides the ability for you to define all your environment dependent settings in just one YAML file inside `config/settings/`. The anatomy of these files should be: ```