aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Calavera <david.calavera@gmail.com>2016-09-21 10:37:14 -0700
committerDavid Calavera <david.calavera@gmail.com>2016-09-21 10:40:01 -0700
commitf647b30caa37cea858d51ecfce7448fce110c3e1 (patch)
tree9edb828b7d261c690778d2ebc76038a267cdb595 /README.md
parent753508799614c734d3c6357c57d2c42617b75d93 (diff)
Add missing license file.
Signed-off-by: David Calavera <david.calavera@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index ebb2574..b24b4a8 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ asset pipeline.
It's setup to use post-css and babel for CSS and JavaScript.
+This project is released under the [MIT license](LICENSE). Please make sure you understand its implications and guarantees.
+
## Usage
Be sure that you have the latest node, npm and [Hugo](https://gohugo.io/) installed. If you need to install hugo, run:
@@ -76,8 +78,4 @@ to `/dist/css/{filename}.css`. Import statements will be resolved as part of the
Now netlify will build and deploy your site whenever you push to git.
-## Enjoy!!
-
-#### License
-
-[MIT](LICENSE)
+## Enjoy!!