diff --git a/README.md b/README.md
index d0173d7..ab9908a 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ CORE_CONF corresponds to core-site.xml. fs_defaultFS=hdfs://namenode:8020 will b
```
fs.defaultFShdfs://namenode:8020
```
-To define dash inside a configuration parameter, use double underscore, such as YARN_CONF_yarn_log___aggregation___enable=true (yarn-site.xml):
+To define dash inside a configuration parameter, use triple underscore, such as YARN_CONF_yarn_log___aggregation___enable=true (yarn-site.xml):
```
yarn.log-aggregation-enabletrue
```
@@ -50,4 +50,4 @@ The available configurations are:
* /etc/hadoop/httpfs-site.xml HTTPFS_CONF
* /etc/hadoop/kms-site.xml KMS_CONF
-If you need to extend some other configuration file, refer to base/entrypoint.sh bash script.
\ No newline at end of file
+If you need to extend some other configuration file, refer to base/entrypoint.sh bash script.