Skip to content

Commit f9a4c44

Browse files
Merge pull request #67 from Vahid1919/main
Added Table of Content to README
2 parents 0c52566 + 9215e00 commit f9a4c44

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,21 @@ let oldClauses = query.find()
2626
Want details? **[Read the guides](https://swift.objectbox.io/)** or
2727
**[check out the API docs](https://objectbox.io/docfiles/swift/current/)**.
2828

29-
High-performance Swift database
29+
## Table of Contents
30+
- [Features](#features)
31+
- [Adding ObjectBox to your project](#adding-objectbox-to-your-project)
32+
- [New to CocoaPods?](#new-to-cocoapods)
33+
- [CocoaPods troubleshooting](#cocoapods-troubleshooting)
34+
- [Swift Versions](#swift-versions)
35+
- [Example](#example)
36+
- [Background: code generation](#background-code-generation)
37+
- [Source code](#source-code)
38+
- [Already using ObjectBox?](#already-using-objectbox)
39+
- [Cross-platform database: Mobile, Desktop, Browser, Embedded, IoT](#cross-platform-database-mobile-desktop-browser-embedded-iot)
40+
- [License](#license)
41+
<hr/>
42+
43+
Features
3044
-------------
3145
🏁 **High performance** on restricted devices, like IoT gateways, micro controllers, ECUs etc.\
3246
🪂 **Resourceful** with minimal CPU, power and Memory usage for maximum flexibility and sustainability\

0 commit comments

Comments
 (0)