From ac44c54f18d46f9764e5d500c79641c72a83889b Mon Sep 17 00:00:00 2001 From: Pavan Rikhi Date: Tue, 25 Feb 2020 15:07:44 -0500 Subject: [PATCH] [#51] Fix License Discrepency in README Change the package's License specified in the README to MIT, since this is what the original commit for the repository stated, as well as the elm.json & LICENSE file. Closes #51 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 194cd47..7a3090f 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ Preview the docs with [elm-doc-preview](https://github.com/dmy/elm-doc-preview) ## License -The source code for this package is released under the terms of the BSD3 +The source code for this package is released under the terms of the MIT license. See the `LICENSE` file.