Update README.md
This commit is contained in:
parent
bea2aa03f9
commit
41a42c7efe
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import 'package:angel_client/cli.dart';
|
||||||
import 'package:angel_client/browser.dart';
|
import 'package:angel_client/browser.dart';
|
||||||
|
|
||||||
main() async {
|
main() async {
|
||||||
Angel app = new Rest("http://localhost:3000", new BrowserClient());
|
Angel app = new Rest("http://localhost:3000");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue