Skip to content

Commit 0944327

Browse files
Some improvements to README texts.
1 parent 1e3f5d2 commit 0944327

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

flutter_libs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![pub package](https://img.shields.io/pub/v/objectbox_flutter_libs.svg)](https://pub.dev/packages/objectbox_flutter_libs)
44

5-
This package provides native ObjectBox library as a Flutter plugin for supported platforms.
5+
This package provides the native ObjectBox library as a Flutter plugin for supported platforms.
66
You should add this package as a dependency when using [ObjectBox](https://pub.dev/packages/objectbox) with Flutter.
77

8-
See package [ObjectBox](https://pub.dev/packages/objectbox) for more details and information how to use ObjectBox it.
8+
See package [objectbox](https://pub.dev/packages/objectbox) for more details and information how to use it.
99

generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
This package provides code generation for the [ObjectBox Flutter Database](https://pub.dev/packages/objectbox).
66
ObjectBox is a high-performance Flutter database for fast local Dart object persistence, fully ACID-compliant, with a highly efficient out-of-the-box Data Sync.
77

8-
See package [ObjectBox](https://pub.dev/packages/objectbox) for more details and information how to use it.
8+
See package [objectbox](https://pub.dev/packages/objectbox) for more details and information how to use it.
99

sync_flutter_libs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![pub package](https://img.shields.io/pub/v/objectbox_sync_flutter_libs.svg)](https://pub.dev/packages/objectbox_sync_flutter_libs)
44

5-
This package provides native ObjectBox library, including [Sync](https://objectbox.io/sync) client, as a Flutter plugin for supported platforms.
5+
This package provides the native ObjectBox library, with the [Sync](https://objectbox.io/sync)
6+
client included, as a Flutter plugin for supported platforms.
67
You should add this package as a dependency when using [ObjectBox](https://pub.dev/packages/objectbox) with Flutter.
78

8-
See package [ObjectBox](https://pub.dev/packages/objectbox) for more details and information how to use ObjectBox it.
9+
See package [objectbox](https://pub.dev/packages/objectbox) for more details and information how to use it.
910

0 commit comments

Comments
 (0)