Skip to content

Commit f8ec656

Browse files
committed
README.md: update to 5.2.0, fix typos
1 parent 2868c1f commit f8ec656

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Want details? **[Read the guide](https://swift.objectbox.io/)** or
6767
## Why use ObjectBox for Swift data persistence?
6868

6969
Simple but powerful; frugal but fast: The ObjectBox NoSQL database offers an intuitive Swift API that's easy to pick up,
70-
fun to work with, and incredibly fast, making it sustainable in many ways. Its frugal recource use (CPU, memory,
70+
fun to work with, and incredibly fast, making it sustainable in many ways. Its frugal resource use (CPU, memory,
7171
battery / power) makes ObjectBox an ideal and sustainable choice for iOS apps. So why not give it a try right away?
7272
Check out the [installation section below](#add-objectbox-to-your-project). You can also star this repository for later 🌟
7373

@@ -120,10 +120,10 @@ Now, you are all set to define your first ObjectBox entities! To continue check
120120

121121
#### Set up a Swift Package Manager manifest
122122

123-
In your `Swift.package` file, add the ObjectBox Swift Package repository to the `dependencies` block:
123+
In your `Package.swift` file, add the ObjectBox Swift Package repository to the `dependencies` block:
124124

125125
```swift
126-
.package(url: "https://github.com/objectbox/objectbox-swift-spm.git", from: "5.1.0"),
126+
.package(url: "https://github.com/objectbox/objectbox-swift-spm.git", from: "5.2.0"),
127127
```
128128

129129
Add the `ObjectBox.xcframework` to the `dependencies` of the desired target in `targets`:
@@ -139,7 +139,7 @@ Or to use [ObjectBox Sync](https://objectbox.io/sync/) (requires access to the S
139139
.product(name: "ObjectBox-Sync.xcframework", package: "objectbox-swift-spm")
140140
```
141141

142-
Your `Swift.package` file should then contain sections similar to this:
142+
Your `Package.swift` file should then contain sections similar to this:
143143

144144
```swift
145145
dependencies: [
@@ -150,7 +150,7 @@ targets: [
150150
name: "YourApp",
151151
dependencies: [
152152
.product(name: "ObjectBox.xcframework", package: "objectbox-swift-spm")
153-
],
153+
]),
154154
]
155155
```
156156

@@ -247,14 +247,15 @@ It uses [a fork of Sourcery](https://github.com/objectbox/objectbox-swift-genera
247247

248248
## Already using ObjectBox?
249249

250-
We're on a mission to bring joy, delight and sustainability to app developers. **To do this, we need your help:** Please
250+
We want to bring joy, delight and sustainability to app developers.
251+
**To do this, we need your help:** Please
251252
fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). Let us know what you love and what is amiss, so we can improve.
252253

253254
**We're looking forward to receiving your comments and requests:**
254255

255256
- Add [GitHub issues](https://github.com/ObjectBox/objectbox-swift/issues)
256257
- Upvote issues you find important by hitting the 👍 reaction button
257-
- Drop us a line via contact📧objectbox.io
258+
258259
- ⭐ this repository, if you like what you see
259260

260261
Thank you! 🙏
@@ -274,7 +275,7 @@ ObjectBox is a cross-platform database supporting sustainable app development in
274275
## License
275276

276277
```text
277-
Copyright 2018-2025 ObjectBox Ltd. All rights reserved. <https://objectbox.io>
278+
Copyright 2018-2026 ObjectBox Ltd. All rights reserved. <https://objectbox.io>
278279
279280
Licensed under the Apache License, Version 2.0 (the "License");
280281
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)