From 4646fc2d46bdc3fcee65293561374f051a503866 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sat, 27 Jul 2024 13:40:56 -0700 Subject: [PATCH] Updated readme nav structure. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a68da92..6d30af4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ## Navigation - [About](#about) -- [How to Add Items](#how-to-add-items) +- [How to Contribute](#how-to-contribute) - [Meta](#meta) ## About @@ -32,7 +32,7 @@ To start, first go read the full blog post on the project, located here. [Introducing Substrate](https://danielmiessler.com/p/introducing-substrate) -## How to Add Items +## How to Contribute You can contribute to Substrate by submitting PRs to modify the various Substrate object files within each directory, e.g.: `Problems`, `Solutions`, `Ideas`, etc.