Skip to content

Commit 870de05

Browse files
authored
Update README.md
1 parent 2317be9 commit 870de05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ Display grid-like data with sorting, searching, and smooth animations — all in
3737

3838
**[Vote for features](https://swiftdatatables.pavankataria.com/vote)** — your votes decide what gets built next.
3939

40+
**[See the complete documentation →](https://swiftdatatables.pavankataria.com/docs/quick-start)**
41+
4042
---
4143

4244
## Guides & API Reference
4345

44-
**[Explore the docs](https://swiftdatatables.pavankataria.com)** — step-by-step tutorials, real-world patterns, and complete API reference. From first table to production-ready.
46+
**[Explore the docs](https://swiftdatatables.pavankataria.com/docs/quick-start)** — step-by-step tutorials, real-world patterns, and complete API reference. From first table to production-ready.
4547

4648
---
4749

@@ -79,7 +81,7 @@ let dataTable = SwiftDataTable(columns: columns)
7981
dataTable.setData(employees, animatingDifferences: true)
8082
```
8183

82-
**[See the full documentation →](https://swiftdatatables.pavankataria.com)**
84+
**[See the full documentation →](https://swiftdatatables.pavankataria.com/docs/quick-start)** — step-by-step tutorials, real-world patterns, and complete API reference. From first table to production-ready.
8385

8486
---
8587

0 commit comments

Comments
 (0)