瀏覽代碼

Found and destroyed an incomplete sentence in the gcc readme.

Moghedrin 11 年之前
父節點
當前提交
b6b1e8d4e3
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 1 2
      gcc/README-content.md
  2. 1 2
      gcc/README.md

+ 1 - 2
gcc/README-content.md

@@ -20,8 +20,7 @@ Then run the commands to build and run the docker image.
     docker build -t my-gcc-app .
     docker build -t my-gcc-app .
     docker run -it --rm --name my-running-app my-gcc-app ./myapp
     docker run -it --rm --name my-running-app my-gcc-app ./myapp
 
 
-
-## Compile your app inside the docker
+## Compile your app inside the docker container.
 
 
 It is not always appropriate to run your app inside a container. In instances where you only want to compile inside the docker instance, you can do something along the lines of the following.
 It is not always appropriate to run your app inside a container. In instances where you only want to compile inside the docker instance, you can do something along the lines of the following.
 
 

+ 1 - 2
gcc/README.md

@@ -20,8 +20,7 @@ Then run the commands to build and run the docker image.
     docker build -t my-gcc-app .
     docker build -t my-gcc-app .
     docker run -it --rm --name my-running-app my-gcc-app ./myapp
     docker run -it --rm --name my-running-app my-gcc-app ./myapp
 
 
-
-## Compile your app inside the docker
+## Compile your app inside the docker container.
 
 
 It is not always appropriate to run your app inside a container. In instances where you only want to compile inside the docker instance, you can do something along the lines of the following.
 It is not always appropriate to run your app inside a container. In instances where you only want to compile inside the docker instance, you can do something along the lines of the following.