diff --git a/README.md b/README.md index 8336e09..eed3b7e 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,10 @@ So, there is still stuff to do: - Better error handling and error reporting (right now it kinda sux) - Finish client-side runtime +- Better test suite - Change tag ending based on doctype - Executable to compile and/or render templates via command line +- Text string interpolation Installation ------------ @@ -627,4 +629,4 @@ anticipated! License ------- -See the LICENSE.txt file. +See the [LICENSE.txt file](https://raw.github.com/bminer/node-blade/master/LICENSE.txt). diff --git a/index.js b/index.js new file mode 100644 index 0000000..7753aa1 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +module.exports = require('./lib/blade');