From 3fdc70cc16e9b6ad991a9fff6f11de282dbbce01 Mon Sep 17 00:00:00 2001 From: Ankit Raj Date: Mon, 12 Dec 2016 14:59:17 +0530 Subject: [PATCH] adding some punctuation where it left out --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a7d8ee..dcdd2f2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ These steps assume your OpenShift deployment has the default set of ImageStreams $ oc start-build ruby-ex -4. Once the build is running, watch your build progress +4. Once the build is running, watch your build progress: $ oc logs build/ruby-ex-1 @@ -58,7 +58,7 @@ Review some of the common tips and suggestions [here](https://github.com/openshi ###Adding Webhooks and Making Code Changes Since OpenShift V3 does not provide a git repository out of the box, you can configure your github repository to make a webhook call whenever you push your code. -1. From the console navigate to your project +1. From the console navigate to your project. 2. Click on Browse > Builds 3. From the view for your Build click on the link to display your GitHub webhook and copy the url. 4. Navigate to your repository on GitHub and click on repository settings > webhooks