diff --git a/README.md b/README.md index b64a9fa..bae7241 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ Scaffold( crossAxisAlignment: CrossAxisAlignment.stretch, children: const [ AutoScrollText( - text: - "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.", + "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.", textStyle: TextStyle(fontSize: 24), ), ],