diff --git a/README.md b/README.md index 97913774c..6c3180166 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ You can use [Docker](https://docs.docker.com) to get up and running with Natural 1. You may have to use `docker-machine env` to get the IP address of your docker instance -### changelog +### Changelog You can check out the changelog [here](https://github.com/stolksdorf/homebrewery/blob/master/changelog.md) -### license +### License -This project licensed under [MIT](./license) +This project is licensed under [MIT](./license) diff --git a/package.json b/package.json index 9d45fdc78..d74009846 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "start": "node server.js" }, "author": "stolksdorf", - "license": "BSD-2-Clause", + "license": "MIT", "dependencies": { "app-module-path": "^1.0.4", "basic-auth": "^1.0.3",