From a073575557d648ca3e26d40a4efdaea40bf59aeb Mon Sep 17 00:00:00 2001 From: Yancey1989 Date: Wed, 12 Apr 2017 00:55:55 +0800 Subject: [PATCH] to enable building ==> to enable the building of --- paddle/scripts/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/docker/README.md b/paddle/scripts/docker/README.md index d5bb66fd4a..60b171a523 100644 --- a/paddle/scripts/docker/README.md +++ b/paddle/scripts/docker/README.md @@ -168,7 +168,7 @@ kubectl ... ``` ### Reading source code with woboq codebrowser -For developers who are interested in the C++ source code, please use -e "WOBOQ=ON" to enable building C++ source code into HTML pages using [Woboq codebrowser](https://github.com/woboq/woboq_codebrowser). +For developers who are interested in the C++ source code, please use -e "WOBOQ=ON" to enable the building of C++ source code into HTML pages using [Woboq codebrowser](https://github.com/woboq/woboq_codebrowser). - The following command builds PaddlePaddle, generates HTML pages from C++ source code, and writes HTML pages into `$HOME/woboq_out` on the host: -- GitLab