From b90fdf3b42f88be6e131dcb54068ef8136283744 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sat, 5 Sep 2015 22:22:20 +0530 Subject: [PATCH] readme: simple edits --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8656aea..11420d9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ # Introduction -`Dockerfile` to create a [Docker](https://www.docker.com/) container image with consisting of the following web browsers: +`Dockerfile` to create a [Docker](https://www.docker.com/) container image consisting of the following web browsers: - chromium-browser - firefox @@ -81,7 +81,7 @@ This will install wrapper scripts to launch: > **Note** > -> If the browser is installed on the the host then it is launched instead of starting it in a docker container. To force the launch a browser in a container, launch the browser using the `browser-box` script. For example, `browser-box firefox` will launch the Firefox browser inside a Docker container regardless of whether Firefox is installed on the host or not. +> If the browser being launched is installed on the the host then the host binary is launched instead of starting a Docker container. To force the launch of a browser in a container use the `browser-bundle` script. For example, `browser-bundle firefox` will launch the Firefox browser inside a Docker container regardless of whether it is installed on the host or not. ## Use Cases @@ -106,7 +106,7 @@ To upgrade to newer releases: docker pull sameersbn/browser-box:latest ``` - 2. Run `install` to make sure host scripts are updated. + 2. Run `install` to make sure the host scripts are updated. ```bash docker run -it --rm \