Update README

This commit is contained in:
Alessandro Molina 2015-11-09 12:31:01 +01:00
parent d08647d15d
commit 4180a1e47e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ The DukPY based BabelJS compiler also provides a WebAssets ( http://webassets.re
You register this filter as ``babeljs`` within WebAssets using:: You register this filter as ``babeljs`` within WebAssets using::
from webassets.filter import register_filter from webassets.filter import register_filter
from dukpy.webassets.babelfilter import BabelJS from dukpy.webassets import BabelJS
register_filter(BabelJS) register_filter(BabelJS)