Skip to content

Commit

Permalink
fix: tune README (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeqviriouM authored Sep 18, 2024
1 parent 56fa880 commit b12f13c
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 @@ -61,7 +61,7 @@ interface SdkConfig {
In the code, the invocation of the SDK method looks like this:

```javascript
sdk.<scope>.<service>.<action>(data, options); // => Returns a CancelablePromise
sdk.<scope>.<service>.<action>(data, options); // => returns a CancelablePromise
```

If the default endpoint value `/api` is specified, the full request path will look like this:
Expand Down

0 comments on commit b12f13c

Please sign in to comment.