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