Skip to content

Commit

Permalink
Merge pull request rrousselGit#348 from woprandi/patch-1
Browse files Browse the repository at this point in the history
Fix misstake in the README.md
  • Loading branch information
rrousselGit authored Feb 17, 2020
2 parents 64adca6 + e2db8fd commit b34fa33
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 @@ -242,7 +242,7 @@ Widget build(BuildContext context) {
providers: [
ChangeNotifierProvider(create: (_) => Counter()),
ProxyProvider<Counter, Translations>(
create: (_, counter, __) => Translations(counter.value),
update: (_, counter, __) => Translations(counter.value),
),
],
child: Foo(),
Expand Down

0 comments on commit b34fa33

Please sign in to comment.