Skip to content

Commit

Permalink
Merge pull request #13 from marcinx/master
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
marcinx authored Aug 15, 2020
2 parents f2bc0fe + 5b204aa commit f9ffd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ if response.code != 200
print "Received non-OK status code from server."
end

# do something with the NT data
# do something with the MNP data
data = JSON.parse(response.body)
```

Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
print "Received non-OK status code from server." + "\n"
end

# do something with the NT data
# do something with the MNP data
data = JSON.parse(response.body)

0 comments on commit f9ffd65

Please sign in to comment.