Skip to content

Commit

Permalink
Added index.js and updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bminer committed May 5, 2012
1 parent 89dedaa commit eb2acf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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
------------
Expand Down Expand Up @@ -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).
1 change: 1 addition & 0 deletions index.js
@@ -0,0 +1 @@
module.exports = require('./lib/blade');

0 comments on commit eb2acf0

Please sign in to comment.