Correct README.md about building arguments of docker image. Fixes #748 (#777)

diff --git a/docker/README.md b/docker/README.md
index d7c7fc8..7b9d301 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -47,11 +47,11 @@
 
 ### Building Dockerfile
 
-This image requires to specify following build arguments:
+This image has following optional arguments
 
-| arg | description |
-| --- | --- |
-| `EMSCRIPTEN_VERSION` | One of released version of Emscripten. For example `1.39.17`<br/> Minimal supported version is **1.39.0**|
+| arg | default value | description |
+| --- | --- | --- |
+| `EMSCRIPTEN_VERSION` | `tot`<br/>(special case, tip-of-tree) | One of released version of Emscripten. For example `2.0.0`<br/> Minimal supported version is **1.39.0** |
 
 **Building**