From 1d06fa2a85ff128fa67ba1f5387be8aefb270058 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sat, 27 Jul 2024 13:34:46 -0700 Subject: [PATCH] Updated the main readme. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03550c8..1ff5fa3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

[About](#about) • -[How to Add Problems](#how-to-add-problems) • +[How to Add Items](#how-to-add-problems) • [Meta](#meta) @@ -23,7 +23,7 @@ ## Navigation - [About](#about) -- [How to Add Problems](#how-to-add-problems) +- [How to Add Items](#how-to-add-items) - [Meta](#meta) ## About @@ -32,16 +32,16 @@ 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 Problems +## How to Add Items -You can add Problems to Substrate by submitting PRs to this repo. +You can add Problems to Substrate by submitting PRs to modify the various files that make up the Substrate objects, e.g.: `Problems`, `Solutions`, `Ideas`, etc. We're working on a web-based interface for this as well to make it easier for non-coders to contribute.
> [!NOTE] -> July 16, 2024 — Please contribute PRs to this README as you see fit. +> July 27, 2024 — We moved to a single-repo structure to make the project easier to manage. ## Meta