diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-03-14 14:56:18 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-03-14 14:56:18 -0400 |
commit | e85c835f659fa4887cf2423c8495de5c4d2b38ac (patch) | |
tree | cdc48ea4f2161983f0c8135ce829207ae5e12a8d | |
parent | 879f22e8cc5ac396dc7037212c15f7bec0eba17b (diff) |
Fixed typo in README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ mdb is a simple embedded key-value database written in C. ## Table of Contents -- [Installation](##Installation) -- [Reference](##Reference) -- [Removal](##Removal) +- [Installation](#Installation) +- [Reference](#Reference) +- [Removal](#Removal) - [License](./LICENSE) ## Installation |