Skip to content

Commit

Permalink
chore: update readme text (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval authored Sep 28, 2021
1 parent d51e043 commit ee385ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the implementation of commonly used tools out of the box. This is a core module
to reuse with plugins each for a different third-party service.

Trembita API wrapper plugin lets you call itself instead of the API directly.
Well what happens if you want to change from one API to another? Now you have
Well what happens if you want to change from one API to another? Now you have
to rewrite ALL of your code. If you used a wrapper then all you have to do is
change the wrapper and you are done.

Expand Down Expand Up @@ -65,7 +65,7 @@ sure you fill the next requirements:

One example of usage would be:

```javascript
```js
const clientOptions = {
headers: {
header1: 'xxx',
Expand Down

0 comments on commit ee385ba

Please sign in to comment.