Skip to content

Commit d495504

Browse files
authored
Fix incorrect named param
1 parent 3a4fda0 commit d495504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void main() async {
1919
2020
// Without offline last resort
2121
void main() async {
22-
await GitHubColour.getInstance(offlineLastResort = false);
22+
await GitHubColour.getInstance(offlineLastResort: false);
2323
runApp(const YourApp());
2424
}
2525
```

0 commit comments

Comments
 (0)