Skip to content

Commit

Permalink
Replaced form 0, 1 description for status codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
fathermerry committed Sep 26, 2015
1 parent 8dc41f6 commit 1777c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ result = {
}
```

`:status` can either be 1 or 0. 1 for when the parsing is succesful and 0 for when it's not. A status of 0 is accompanied with an error message that aims to clarify why it could not parse the file.
`:status` can either be 200 or 400. 200 for when the parsing is succesful and 200 for when it's not. A status of 400 is accompanied with an error message that aims to clarify why it could not parse the file.

```ruby
result = {
Expand Down

0 comments on commit 1777c70

Please sign in to comment.