Update README.md
This commit is contained in:
parent
532274e417
commit
145878b628
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -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').
|
||||
|
|
Loading…
Reference in a new issue