Update README.md

This commit is contained in:
thosakwe 2017-06-10 11:45:48 -04:00
parent 227fd7a638
commit 8bf1b63c3a

View file

@ -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.