Skip to content

Commit 811e156

Browse files
authored
Update README.md
More minor text updates
1 parent 3bd271a commit 811e156

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ObjectBox Go Database - simple but powerful; frugal but fast
22
=========================
3-
The Golang database persists objects superfast and sustainably; [check the performance benchmarks vs SQLite (GORM) & Storm](https://objectbox.io/go-1-0-release-and-performance-benchmarks/). The intuitive Golang API makes using ObjectBox as an embedded database in your next Go app a breeze.
3+
The Golang database is easy to use via an intuitive native Golang API and persists objects superfast and sustainably.\
4+
Go and check out [the performance benchmarks vs SQLite (GORM) & Storm](https://objectbox.io/go-1-0-release-and-performance-benchmarks/).
45

56
**Your opinion matters to us!** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6).
67

@@ -25,7 +26,7 @@ Latest release: [v1.6.1 (2022-01-27)](https://golang.objectbox.io/)
2526

2627
<hr/>
2728

28-
High-performance Golang database
29+
High-performance Go database
2930
--------------------------------
3031
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
3132
💚 **Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\
@@ -42,7 +43,7 @@ High-performance Golang database
4243
🕒 **[ObjectBox TS](https://objectbox.io/time-series-database/):** time series extension for time based data
4344

4445

45-
Getting started
46+
Getting started: Go!
4647
---------------
4748
To install ObjectBox, execute the following command in your project directory.
4849
You can have a look at [installation docs](https://golang.objectbox.io/install) for more details and further instructions.
@@ -88,7 +89,7 @@ See the [Getting started](https://golang.objectbox.io/getting-started) section o
8889
Also, please have a look at the [examples](examples) directory and for the API reference see
8990
[ObjectBox GoDocs](https://godoc.org/github.com/objectbox/objectbox-go/objectbox) - and the sources in this repo.
9091

91-
Already using ObjectBox?
92+
Already using ObjectBox Database?
9293
---------------------------
9394

9495
We believe, ObjectBox is super easy to use. We are on a mission to make developers’ lives better, by building developer tools that are intuitive and fun to code with.

0 commit comments

Comments
 (0)