Skip to content

Commit 9b0e0ba

Browse files
authored
Update README.md
1 parent 3dca983 commit 9b0e0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,14 @@ final json = await rootBundle.loadString(Assets.json.fruits);
233233
```
234234

235235
[FlutterGen] also support generating other style of `Assets` class:
236-
**Please wainting v1.1.0.**
236+
237237
```yaml
238238
# pubspec.yaml
239239
flutter_gen:
240240
241241
assets:
242242
# Assets.imagesChip
243-
style: camel-case
243+
# style: camel-case
244244
245245
# Assets.images_chip
246246
# style: snake-case

0 commit comments

Comments
 (0)