From 06902162220ad1e16ee6c5896a9b6273503ad238 Mon Sep 17 00:00:00 2001 From: Lasse Borly Date: Sun, 18 Sep 2016 03:55:51 +0200 Subject: [PATCH] Corrected the license --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9791377..6c31801 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 9d45fdc..d740098 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",