mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 03:45:56 +00:00
Corrected the license
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user