Merge pull request #5 from Aaron-Penn-Interactive/patch-1

Update README.md
This commit is contained in:
AaronBratcher 2022-03-17 08:36:05 -04:00 committed by GitHub
commit cda2d95b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ guard let category = Category(db: db, key: categoryKey) else { return }
// instantiate asynchronously
do {
let category = try await Category.load(from: db, for: categoryKey)
// use category
let category = try await Category.load(from: db, for: categoryKey)
// use category
} catch {
}
```