diff --git a/opensource/FAQ.md b/opensource/FAQ.md index 77cbce1233..e17307bf49 100644 --- a/opensource/FAQ.md +++ b/opensource/FAQ.md @@ -44,8 +44,7 @@ Set your local repo to track changes upstream, on the `docker` repository. $ cd docker-fork ``` -2. Add a remote called `upstream` that points to `docker/docker` - +2. Add a remote called `upstream` that points to `docker/docker`. ``` $ git remote add upstream https://github.com/docker/docker.git ```