Skip to content

Commit 67a24dc

Browse files
committed
fix typos
1 parent d0a71ef commit 67a24dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Swift Versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fkylehughes%2FPersistentKeyValueKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/kylehughes/PersistentKeyValueKit)
55
[![Test](https://github.com/kylehughes/PersistentKeyValueKit/actions/workflows/test.yml/badge.svg)](https://github.com/kylehughes/PersistentKeyValueKit/actions/workflows/test.yml)
66

7-
*Perfectly-shaped abstractions for `UserDefaults` and `NSUbiquitiousKeyValueStore`.*
7+
*Perfectly-shaped abstractions for `UserDefaults` and `NSUbiquitousKeyValueStore`.*
88

99
## About
1010

@@ -106,7 +106,7 @@ A representation is a type that describes how a value is persisted: how it is st
106106
`NSUbiquitousKeyValueStore`, and how it is retrieved.
107107

108108
Many common representations are provided and it is easy to build custom ones inside of the `KeyValuePersistible`
109-
implementation. The primitive types for the stores are natively represented, so your responsiblity is to transform your
109+
implementation. The primitive types for the stores are natively represented, so your responsibility is to transform your
110110
type to-and-from a primitive one.
111111

112112
e.g.
@@ -197,7 +197,7 @@ of the given encoder and decoder.
197197

198198
e.g.
199199

200-
`Address` is persisted as `Data`.
200+
`Contact` is persisted as `Data`.
201201

202202
```swift
203203
struct Contact: Codable, Sendable {
@@ -293,14 +293,14 @@ TKTK
293293
## Supported Platforms
294294

295295
- iOS 15.0
296-
- macOS 12.0
296+
- macOS 13.0
297297
- tvOS 15.0
298298
- visionOS 1.0
299299
- watchOS 9.0
300300

301301
## Requirements
302302

303-
- Swift 6.0+
303+
- Swift 5.10+
304304

305305
## Installation
306306

0 commit comments

Comments
 (0)