Skip to content

Commit 82c1eaf

Browse files
committed
Fix TOC ordering
1 parent 9df99e7 commit 82c1eaf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ well-versed in C, can leverage the power of third-party C libraries.
1818
- [Compiling the application using `zig cc`](#compiling-the-application-using-zig-cc)
1919
- [Leverage Zig's build system to build the C application](#leverage-zigs-build-system-to-build-the-c-application)
2020
- [Create a Zig application that links to the C library](#create-a-zig-application-that-links-to-the-c-library)
21-
- [Create a Zig wrapper around a C Function](#create-a-zig-wrapper-around-a-c-function)
2221
- [Using Zig to build a C Library](#using-zig-to-build-a-c-library)
22+
- [Create a Zig wrapper around a C Function](#create-a-zig-wrapper-around-a-c-function)
2323
- [Side Quests](#side-quests)
2424
- [Testing C code in Zig](#testing-c-code-in-zig)
2525
- [Resources](#resources)
26+
- [Thanks](#thanks)
2627

2728
## Utilizing this Project
2829

0 commit comments

Comments
 (0)