Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n-bernat committed Sep 7, 2024
1 parent 9563870 commit 7f97999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flutter pub get

## Usage

1. Create a class with your preferences.
1. Create a class with your preferences:

```dart
// A class that holds the preferences.
Expand Down Expand Up @@ -81,7 +81,7 @@ class User {
}
```

2. Initialize an instance of `AppPreferences`.
2. Initialize an instance of `AppPreferences`:

```dart
Future<void> main() async {
Expand All @@ -93,7 +93,7 @@ Future<void> main() async {
```

3. Provide it everywhere in your app.
3. Provide it everywhere in your app:

- `provider`

Expand Down

0 comments on commit 7f97999

Please sign in to comment.