Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roughike committed May 10, 2019
1 parent 4209e28 commit 51f2d01
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 @@ -67,7 +67,7 @@ class MyCounterWidget extends StatelessWidget {
return PreferenceBuilder<int>(
preferences.getInt('counter', defaultValue: 0),
builder: (BuildContext context, int counter) {
return Text('Button pressed ${counter} times!');
return Text('Button pressed $counter times!');
}
);
}
Expand Down

0 comments on commit 51f2d01

Please sign in to comment.