diff --git a/README.md b/README.md index c36b9fc..61c7690 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To update: * run `npm update gonzales` -To uninstall: +To uninstall:ok * run `npm uninstall gonzales -g` diff --git a/web/cssp.translator.js b/web/cssp.translator.js index 11efe40..203de6f 100644 --- a/web/cssp.translator.js +++ b/web/cssp.translator.js @@ -97,5 +97,5 @@ function csspToSrc(tree, hasInfo) { } }; - return _t(tree); + return _t(tree) }