Skip to content

Commit

Permalink
Fix react_client reference in README
Browse files Browse the repository at this point in the history
The README code does not compile because it looks for `react_client`.

Workiva#16 is needed to make the code actually run as well.
  • Loading branch information
johncblandii authored Oct 29, 2016
1 parent b2a942b commit 45c1a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ mount / render it into the HTML element you created in step 3.
import 'dart:html';
import 'package:react/react.dart' as react;
import 'package:react/react_dom.dart' as react_dom;
import 'package:react/react_client.dart';
import 'package:react/react_client.dart' as react_client;
import 'package:over_react/over_react.dart';
main() {
Expand Down

0 comments on commit 45c1a63

Please sign in to comment.