From ee385bab1648bdaea825ffdc8d5c4a26dd4ce4a1 Mon Sep 17 00:00:00 2001 From: Oleg Koval Date: Tue, 28 Sep 2021 16:45:17 +0300 Subject: [PATCH] chore: update readme text (#302) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef740a2..572f1f7 100644 --- a/README.md +++ b/README.md @@ -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. @@ -65,7 +65,7 @@ sure you fill the next requirements: One example of usage would be: -```javascript +```js const clientOptions = { headers: { header1: 'xxx',