Skip to content

Commit

Permalink
Merge pull request ryanmcdermott#243 from ForJing/patch-1
Browse files Browse the repository at this point in the history
Fix OCP example
  • Loading branch information
ryanmcdermott authored Jan 24, 2019
2 parents bf28ea7 + 4dfb707 commit 4373896
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 @@ -1333,7 +1333,7 @@ class HttpRequester {
return makeAjaxCall(url).then((response) => {
// transform response and return
});
} else if (this.adapter.name === 'httpNodeAdapter') {
} else if (this.adapter.name === 'nodeAdapter') {
return makeHttpCall(url).then((response) => {
// transform response and return
});
Expand Down

0 comments on commit 4373896

Please sign in to comment.