README again

This commit is contained in:
thosakwe 2016-09-19 16:38:29 -04:00
parent 474e64b54c
commit b59413e79b

View file

@ -40,6 +40,15 @@ override `$ANGEL_ENV` by specifying a specific configuration name to look for (i
You can easily load configuration values within your client-side app,
and they will be automatically replaced by a Barback transformer.
In your `pubspec.yaml`:
```yaml
transformers:
- angel_configuration
```
In your app:
```dart
import 'package:angel_configuration/browser.dart';