From 8bf1b63c3a1e4f5721dc2c93a335faa356ed6667 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Sat, 10 Jun 2017 11:45:48 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae0e3e49..21a09ee4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ angel init hello You can even have your server run and be *live-reloaded* on file changes: ```dart -angel start +dart bin/server.dart ``` Next, check out the [detailed documentation](https://github.com/angel-dart/angel/wiki) to learn to flesh out your project.