Update README

This commit is contained in:
thosakwe 2017-06-15 22:11:27 -04:00
parent 8bd228c033
commit ed389479f5

View file

@ -67,7 +67,7 @@ Transformers are supported by `VirtualDirectory` and `CachingVirtualDirectory`.
To create a transformer: To create a transformer:
```dart ```dart
class MinifierTransformer { class MinifierTransformer extends FileTransformer {
/// Use this to declare outputs, and indicate if your transformer /// Use this to declare outputs, and indicate if your transformer
/// will compile a file. /// will compile a file.
@override @override