Skip to content

Commit b2a1192

Browse files
committed
Update README.md
1 parent 1e0885c commit b2a1192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ import reduxApi, {transformers} from "redux-api";
3131
#### reduxApi(options)
3232
- @description create endpoint
3333
- @param **options** - configuration of rest-api endpoints
34-
> @type: Object
35-
> @default: {}
36-
> @example:
34+
- @type: Object
35+
- @default: {}
36+
- @example:
3737
Simple endpoint definition `GET /api/v1/entry` where response is Object
3838
```js
3939
{

0 commit comments

Comments
 (0)