Skip to content

Commit 495ee8e

Browse files
authored
Update README.md
1 parent 4f625fd commit 495ee8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The library currently proposes a few low-level dependencies to interface with:
2222
- `PersistentContainer`, that abstracts a CoreData `NSPersistentContainer`;
2323
- `UserDefaults`;
2424
- `UserNotificationCenter`;
25-
- `Path`, a generalized collection of `AnyHashable`, to which you can push and pop identifiers to contextualize your models.
26-
- `ProcessInfo`
27-
- `Device` (`UIDevice`, `WKInterfaceDevice`, `DCDevice`,…)
25+
- `Path`, a generalized collection of `AnyHashable`, to which you can push and pop identifiers to contextualize your models;
26+
- `ProcessInfo`;
27+
- `Device` (`UIDevice`, `WKInterfaceDevice`, `DCDevice`,…).
2828

2929
It also ships with more experimental and higher-level abstractions for:
3030
- `AppStorage`, which proposes a `@Dependency.AppStorage` property wrapper that mimics `SwiftUI`s `@AppStorage`, but usable from your model and or any concurrent context.

0 commit comments

Comments
 (0)