From 1c21c94bc7b54a813efa58e0e4ecefdad2d46f4f Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 2 Apr 2017 16:38:20 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f06d7d3..645c67c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ Bootstrap a project: angel init hello ``` +You can even have your server run and be hot-reloaded on file changes: + +```dart +angel start +``` + Next, check out the [detailed documentation](https://github.com/angel-dart/angel/wiki) to learn to flesh out your project. ## What is Angel?