Skip to content

Commit e3e397f

Browse files
committed
README.md: typos
1 parent f892349 commit e3e397f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
ObjectBox is a superfast object-oriented database with strong relation support.
77
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
88

9-
**Latest version: [2.8.0 (2020/11/04)](https://docs.objectbox.io/#objectbox-changelog)**
9+
**Latest version: [2.8.0 (2020/11/05)](https://docs.objectbox.io/#objectbox-changelog)**
1010

1111
Demo code using ObjectBox:
1212

1313
```java
14-
Playlist playlist = new Playlist("My Favorties");
14+
Playlist playlist = new Playlist("My Favorites");
1515
playlist.songs.add(new Song("Lalala"));
1616
playlist.songs.add(new Song("Lololo"));
1717
box.put(playlist);
@@ -23,7 +23,7 @@ ObjectBox supports multiple platforms and languages.
2323
Besides JVM based languages like Java and Kotlin, ObjectBox also offers:
2424

2525
* [ObjectBox Swift](https://github.com/objectbox/objectbox-swift): build fast mobile apps for iOS (and macOS)
26-
* [ObjectBox Dart/Flutter](https://github.com/objectbox/objectbox-dart): cross-plattform for mobile and desktop apps (beta)
26+
* [ObjectBox Dart/Flutter](https://github.com/objectbox/objectbox-dart): cross-platform for mobile and desktop apps (beta)
2727
* [ObjectBox Go](https://github.com/objectbox/objectbox-go): great for data-driven tools and small server applications
2828
* [ObjectBox C and C++](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects
2929

0 commit comments

Comments
 (0)