From 8cefe7a53c6e770dccdf7f9af452e79d88481936 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sat, 27 Jul 2024 13:37:10 -0700 Subject: [PATCH] Updated readme with clarification. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff5fa3..077b39b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To start, first go read the full blog post on the project, located here. ## How to Add Items -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. +You can contribute to Substrate by submitting PRs to modify the various Substrate object files within each directory, 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.