Skip to content

Commit ffb6169

Browse files
committed
update README.md
1 parent 2ce0382 commit ffb6169

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import 'package:flutter_easyloading/flutter_easyloading.dart';
2323

2424
## How to use
2525

26-
first, warp your app widget with `FlutterEasyLoading`:
26+
First, warp your app widget with `FlutterEasyLoading`:
2727

2828
```dart
2929
class MyApp extends StatelessWidget {
@@ -45,7 +45,7 @@ class MyApp extends StatelessWidget {
4545
}
4646
```
4747

48-
then, enjoy yourself:
48+
Then, enjoy yourself:
4949

5050
```dart
5151
EasyLoading.show(status: 'loading...');
@@ -147,7 +147,7 @@ Widget infoWidget;
147147
});
148148
```
149149

150-
because `EasyLoading` is a singleton, so you can custom loading style any where like this:
150+
Because of `EasyLoading` is a singleton, so you can custom loading style any where like this:
151151

152152
```dart
153153
EasyLoading.instance
@@ -163,7 +163,7 @@ EasyLoading.instance
163163
..userInteractions = true;
164164
```
165165

166-
more indicatorType can see in [flutter_spinkit showcase](https://github.com/jogboms/flutter_spinkit#-showcase)
166+
More indicatorType can see in [flutter_spinkit showcase](https://github.com/jogboms/flutter_spinkit#-showcase)
167167

168168
## Todo
169169

0 commit comments

Comments
 (0)