doc: add information about license
This commit is contained in:
parent
fd7e7c7585
commit
0c3cb11c13
1 changed files with 7 additions and 0 deletions
|
@ -87,3 +87,10 @@ export type MoviesResponse = {
|
||||||
items: Movie[],
|
items: Movie[],
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
Released under the [MIT License].
|
||||||
|
|
||||||
|
|
||||||
|
[MIT License]: https://github.com/pleshevskiy/react-rest-request/blob/master/LICENSE.md
|
||||||
|
|
Reference in a new issue