From 9c9797c68fe5e92eeb4c121a8cacbd60bc49d5bc Mon Sep 17 00:00:00 2001 From: DavidLeon Date: Thu, 19 Apr 2018 10:16:56 +0800 Subject: [PATCH] update README.md --- .gitignore | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c64fc60..8d0c543 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ build dist Dandelion.egg-info dandelion/__pycache__ -Cython/*.whl \ No newline at end of file +Cython/*.whl +site \ No newline at end of file diff --git a/README.md b/README.md index 6c322bf..2e18f18 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Dandelion +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://github.com/david-leon/Dandelion/blob/master/LICENSE) + A quite light weight deep learning framework, on top of Theano, offering better balance between flexibility and abstraction * Aiming to offer better balance between flexibility and abstraction.