From e0df401fd3483774fb5d5ecae50a185a1959fab2 Mon Sep 17 00:00:00 2001 From: Ram Naresh Kushwah <76533244+ramnaresh8@users.noreply.github.com> Date: Fri, 14 Jun 2024 03:09:54 +0530 Subject: [PATCH] Added table of contents in README (#641) (#642) * Update README.md I have added the table of contents to the repo as requested. Please review. Thank you! * Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ac795d8d9..885098320 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++