mirror of https://github.com/amol-/dukpy.git
Update README
This commit is contained in:
parent
d08647d15d
commit
4180a1e47e
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue