Update README.md

This commit is contained in:
Tobe O 2016-09-19 07:19:22 -04:00 committed by GitHub
parent 532274e417
commit 145878b628

View file

@ -11,9 +11,11 @@ app to work under different conditions without you re-coding anything. :)
# Installation
In `pubspec.yaml`:
dependencies:
angel_framework: ^0.0.0-dev
angel_static: ^1.0.0-beta
```yaml
dependencies:
angel_framework: ^0.0.0-dev
angel_static: ^1.0.0-beta
```
# Usage
@ -30,4 +32,4 @@ main() async {
`loadConfigurationFile` also accepts a `sourceDirectory` or `overrideEnvironmentName` parameter.
The former will allow you to search in a directory other than `config`, and the latter lets you
override `$ANGEL_ENV` by specifying a specific configuration name to look for (i.e. 'production').
override `$ANGEL_ENV` by specifying a specific configuration name to look for (i.e. 'production').