Skip to content

Commit

Permalink
Merge pull request #4 from renomureza/use-axios
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
renomureza authored Oct 6, 2021
2 parents a125f42 + a95ba24 commit 7c50844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Semua method mengembalikan Promise, kita bisa menanganinya menggunakan `then/cat

```js
clientRosRest
.get('ip/address')
.print('ip/address')
.then((res) => {
console.log('result:', res);
})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ All methods return a Promise, we can handle it using `then/catch` or `try/catch`

```js
clientRosRest
.get('ip/address')
.print('ip/address')
.then((res) => {
console.log('result:', res);
})
Expand Down

0 comments on commit 7c50844

Please sign in to comment.