From c5f7ca96f8ee919030467201de8de0d0f9b8feca Mon Sep 17 00:00:00 2001
From: Renan DelValle <rdelval1@binghamton.edu>
Date: Tue, 9 Aug 2016 13:29:28 -0700
Subject: [PATCH] Fixed copy paste error on command. Added AURORA.VER to keep
 track of which Aurora version library has been tested with

---
 AURORA.VER |  1 +
 README.md  | 10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)
 create mode 100644 AURORA.VER

diff --git a/AURORA.VER b/AURORA.VER
new file mode 100644
index 0000000..7092c7c
--- /dev/null
+++ b/AURORA.VER
@@ -0,0 +1 @@
+0.15.0
\ No newline at end of file
diff --git a/README.md b/README.md
index 3c28e01..98722e8 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,10 @@
 Go library for communicating with Apache Aurora.
 Named after the northern lights (Aurora Borealis).
 
+### Aurora Compatible version
+Please see [AURORA.VER](./AURORA.VER) to see the latest Aurora version against which this
+library has been tested against. Vendoring a working version is highly recommended.
+
 ## Usage
 
 ### Using the Sample client with Thermos
@@ -20,7 +24,7 @@ $ vagrant up
 Download and run the Client to create a Thermos Job:
 ```
 $ go get github.com/rdelval/gorealis
-$ cd go run $GOPATH/src/github.com/rdelval/gorealis
+$ cd $GOPATH/src/github.com/rdelval/gorealis
 $ go run examples/client.go -executor=thermos -url=http://192.168.33.7:8081 -cmd=create
 ```
 
@@ -41,12 +45,12 @@ $ vagrant up
 Download and run the Client to create a Docker-Compose Job:
 ```
 $ go get github.com/rdelval/gorealis
-$ go run $GOPATH/src/github.com/rdelval/gorealis/examples/Client.go -executor=compose -url=http://192.168.33.7:8081 -cmd=create
+$ go run $GOPATH/src/github.com/rdelval/gorealis/examples/client.go -executor=compose -url=http://192.168.33.7:8081 -cmd=create
 ```
 From the [Aurora web UI](http://192.168.33.7:8081/scheduler/vagrant/prod/docker-compose/0), create struct dump by clicking on the task ID.
 In the struct dump, find the port assigned to the task (named "port0"). 
 
-Navigate to the 192.168.33.7:`<assigned port>`. Currently the redis image being deployed is broken, so an error is expected.
+Navigate to the 192.168.33.7:`<assigned port>`.
 If the page is not found, wait a few minutes while the docker image is downloaded and the container is deployed.
 
 Finally, terminate the job: