From cb75738271151511ea635e9319afcfd73efd5616 Mon Sep 17 00:00:00 2001 From: Ram Naresh Kushwah <76533244+ramnaresh8@users.noreply.github.com> Date: Fri, 14 Jun 2024 02:48:38 +0530 Subject: [PATCH] Update README.md I have added the table of contents to the repo as requested. Please review. Thank you! --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ac795d8d9..6070cf5db 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,18 @@ [![Chat on Discord](https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord)](https://discord.gg/h2ur8H6mK6) +## Table of Contents +[🎯 Goal](#-goal) +- [Usage and Documentation](#usage-and-documentation) +- [💎 Modules](#-modules) +- [Consuming library with CMake](#consuming-library-with-cmake-cmake-322-or-newer) +- [Compiler support](#compiler-support) +- [Dependencies](#dependencies) +- [Building the library with Conan](#building-the-library-with-conan) +- [✨ Contributing](#-contributing) +- [Examples](#examples) +- [License](#license) + ## 🎯 Goal The goal of Faker C++ is to provide a library similar to [Faker.js](https://github.com/faker-js/faker) for C++