Skip to content

Commit 33b56c6

Browse files
README: move toc above first headline.
1 parent 7b60f2e commit 33b56c6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
1717

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

20-
## Table of Contents
21-
- [Why use ObjectBox](#why-use-objectbox)
22-
- [Features](#features)
23-
- [Gradle setup](#gradle-setup)
24-
- [First steps](#first-steps)
25-
- [Already using ObjectBox?](#already-using-objectbox)
26-
- [Other languages/bindings](#other-languagesbindings)
27-
- [License](#license)
28-
29-
---
30-
3120
Demo code using ObjectBox:
3221

3322
```kotlin
@@ -48,7 +37,16 @@ box.put(playlist);
4837

4938
🧾 **Want details?** [Read the docs](https://docs.objectbox.io/)
5039

40+
## Table of Contents
41+
- [Why use ObjectBox](#why-use-objectbox)
42+
- [Features](#features)
43+
- [Gradle setup](#gradle-setup)
44+
- [First steps](#first-steps)
45+
- [Already using ObjectBox?](#already-using-objectbox)
46+
- [Other languages/bindings](#other-languagesbindings)
47+
- [License](#license)
5148

49+
---
5250

5351
## Why use ObjectBox
5452

0 commit comments

Comments
 (0)