diff options
author | Lea Verou <lea@verou.me> | 2015-11-24 08:13:22 +0200 |
---|---|---|
committer | Lea Verou <lea@verou.me> | 2015-11-24 08:13:22 +0200 |
commit | f3c60ac92fcff22bad0ac27ceb65046162e30a54 (patch) | |
tree | 3c7cf99d51d4ae56d04063ee83226b5f1bcb3b81 | |
parent | 8246819659fb291d02ff10691b156bedded5df1b (diff) | |
parent | 0997aa39028e2a7a882fc12da0a7461bc5d5b372 (diff) | |
download | awesomplete-f3c60ac92fcff22bad0ac27ceb65046162e30a54.zip awesomplete-f3c60ac92fcff22bad0ac27ceb65046162e30a54.tar.gz awesomplete-f3c60ac92fcff22bad0ac27ceb65046162e30a54.tar.bz2 |
Merge pull request #16777 from vitorgalvao/patch-1
index.html: add link to license
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -374,6 +374,7 @@ awesomplete.list = ["Ada", "Java", "JavaScript", "Brainfuck", "LOLCODE", "Node.j <li><a href="https://github.com/LeaVerou/awesomplete">Fork me on Github</a></li> <li><a href="https://github.com/LeaVerou/awesomplete/issues/new">File a bug</a> </li> <li><a href="https://github.com/LeaVerou/awesomplete/issues/new">Suggest a feature</a> </li> + <li><a href="https://github.com/LeaVerou/awesomplete/blob/gh-pages/LICENSE">License: MIT license</a></li> </ul> <p><strong>Pull requests are very welcome</strong>, as long as you maintain the code style and ask before adding tons of LOCs to the codebase!</p> |