From 145878b628c7894beb5c64114254f2704a952577 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 19 Sep 2016 07:19:22 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4a60514..590d6a4e 100644 --- a/README.md +++ b/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'). \ No newline at end of file +override `$ANGEL_ENV` by specifying a specific configuration name to look for (i.e. 'production').