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.