diff --git a/README.md b/README.md index 9438a09..397e2aa 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ INTRODUCTION ------------ Conditional message is designed to display custom messages to a targeted -audience on a given condition. Some conditions are available by default to cover -common cases. Integration with other modules to expand its functionality is -underway. - +audience. Some conditions are available by default to cover common cases. +This module tries to follow the best practices regarding JavaScript and CSS +aggregation and allows the site to be cached as usual. As a result it provides +a personalized experience to the user while not degrading performance. +Integration with other modules to expand its functionality is underway. REQUIREMENTS ------------ @@ -45,7 +46,7 @@ CONFIGURATION 6. Save configuration. You can target a container by entering the id or class as in CSS. The default -is to use the #page-wrapper as the container. +is to use 'body' as the container. DEVELOPING