Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alopes authored Jun 12, 2020
1 parent 4bfe1a7 commit eaa7940
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 @@ -690,7 +690,7 @@ The `result` object passed to this callback function has the same fields as the
Example:
```javascript
function contentInspector (result) => {
function contentInspector(result) {
if (result.statusCode == 200) {
const body = JSON.parse(result.body)
// how to examine the body depends on the content that the service returns
Expand Down

0 comments on commit eaa7940

Please sign in to comment.