Update README.md
diff --git a/README.md b/README.md
index f90166d..22ef0f3 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,13 @@
 pipservice:
   loggy:
     tag: master
-    yamlcfg: "your loggy cfg yaml here"
 ~~~
 
-Requires `loggy.yaml` to be defined in the yamlcfg variable, either via yaml or eyaml.
+As loggy's configuration may contain secrets, you may be required to define this in EYAML.
+
+To do so, make use of pipservice's `custom_yaml_content` feature, like so:
+
+~~~yaml
+pipservice::loggy::custom_yaml_content: DEC::GPG[yaml contents go here]
+~~~
+This will place a new loggy.yaml inside the `/opt/loggy` directory, with the eyaml contents you just defined here.