Skip to content

Commit

Permalink
fix: typo in Readme.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Feb 27, 2018
1 parent bdeef82 commit 4b15657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ curl -i -X POST \
}'
```

You will see the returned back in the response.
You will see the data returned back in the response.

If you have the `psql` command line tools you can connect to the Database and verify the data was inserted.

Expand Down Expand Up @@ -144,4 +144,4 @@ This will kick off an automated process in the CI service, where the following s
* A new docker image is built and given the tags `latest` and `<git tag>` (where `<git tag>` is the `x.y.z` tag that was used).
* The docker image is pushed to the Aerogear organization in Github.

The automated release process takes 2-3 minutes to complete on average.
The automated release process takes 2-3 minutes to complete on average.

0 comments on commit 4b15657

Please sign in to comment.