From 0c3cb11c134af8e4e13d998136bc7fc8453a9548 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 20 Nov 2020 23:48:38 +0300 Subject: [PATCH] doc: add information about license --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ffc7850..8b3c95a 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,10 @@ export type MoviesResponse = { items: Movie[], } ``` + +# License + +Released under the [MIT License]. + + +[MIT License]: https://github.com/pleshevskiy/react-rest-request/blob/master/LICENSE.md