Skip to content

Commit

Permalink
Merge pull request #2 from CLucera/main
Browse files Browse the repository at this point in the history
Fix: Update readme with correct import
  • Loading branch information
bernaferrari authored Jul 9, 2024
2 parents b27c65a + d97ae44 commit fb11ebc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ dependencies:
In your project, just wrap the `ColorScheme.dark(...)` with `colorBlindnessColorScheme()`.

```dart
import 'package:random_colorscheme/color_blindness_color_scheme.dart';
import 'package:color_blindness/color_blindness.dart';
import 'package:color_blindness/color_blindness_color_scheme.dart';
Theme(
data: ThemeData(
Expand Down

0 comments on commit fb11ebc

Please sign in to comment.