Skip to content

Commit

Permalink
Merge pull request #48 from Andrew-Kim/develop
Browse files Browse the repository at this point in the history
README minor typo fix
  • Loading branch information
super3 committed Sep 9, 2015
2 parents 7f89f82 + e3a21a4 commit e811e8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ Fail Examples:
Online Status - Readable
************************

This API call was build to be human readable rather than machine readable. We get a simple
list of the all the farmers, their addresses, their advertised height. All of this is ordered by height.
This API call was built to be human readable rather than machine readable. We get a simple
list of the all the farmers, their addresses, and their advertised heights. All of this is ordered by height.
We only display farmers that have done a ping in the last `online_time` minutes, which by default
is 15 minutes.

Expand All @@ -158,8 +158,8 @@ Success Example:
Online Status - JSON
********************

This API call was build to be human readable rather than machine readable. We get a simple
list of the all the farmers, their addresses, their advertised height. All of this is ordered by height.
This API call was built to be human readable rather than machine readable. We get a simple
list of the all the farmers, their addresses, and their advertised heights. All of this is ordered by height.
We only display farmers that have done a ping in the last `online_time` minutes, which by default
is 15 minutes. Last seen is the amount of seconds since we have last seen an API call from the farmer.

Expand Down

0 comments on commit e811e8a

Please sign in to comment.