Skip to content

Commit

Permalink
2.18.1
Browse files Browse the repository at this point in the history
- Fixed README.
  • Loading branch information
s0ftik3 committed Aug 19, 2021
1 parent ee86378 commit 93d6e83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ reverso.getContext('meet me half way', 'English', 'Russian', (response) => {
```

Response:
```json
```
{
text: String,
from: String,
Expand All @@ -70,7 +70,7 @@ Response:
```

Error:
```json
```
{ method: String, error: String }
```

Expand All @@ -86,7 +86,7 @@ reverso.getSpellCheck('helo', 'English', (response) => {
```

Response:
```json
```
[
{
id: Number,
Expand All @@ -100,7 +100,7 @@ Response:
```

Error:
```json
```
{ method: String, error: String }
```

Expand All @@ -116,7 +116,7 @@ reverso.getSynonyms('dzień dobry', 'Polish', (response) => {
```

Response:
```json
```
{
text: String,
from: String,
Expand All @@ -128,7 +128,7 @@ Response:
```

Error:
```json
```
{ method: String, error: String }
```

Expand All @@ -145,7 +145,7 @@ reverso.getTranslation('Hello', 'English', 'French', (response) => {
```

Response:
```json
```
{
text: String,
from: String,
Expand All @@ -169,7 +169,7 @@ Response:
```

Error:
```json
```
{ method: String, error: String }
```

Expand Down

0 comments on commit 93d6e83

Please sign in to comment.