Merge pull request #50 from koorgoo/pub-version

Update Pub package version in README
This commit is contained in:
Natalie Weizenbaum 2016-12-02 13:26:59 -08:00 committed by GitHub
commit 22402e20d8

View File

@ -54,8 +54,8 @@ as [node-sass's][render], but today they only supports the `file` option.
### From Pub
If you're a Dart user, you can install Dart Sass globally using `pub global
activate dart-sass`, which will provide a `dart-sass` executable. You can also
add it to your pubspec and use it as a library:
activate sass ^1.0.0-alpha`, which will provide a `sass` executable. You can
also add it to your pubspec and use it as a library:
```dart
import 'package:sass/sass.dart' as sass;