From 4613e076319f44f61a543beaf5b3670a6b836c7d Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 11 Apr 2026 02:17:42 +0100 Subject: [PATCH] README changes Corrected the name of the script in the JSON example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0f1c09..dd88b73 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A community-owned, content-addressed archive of [Blood on the Clocktower](https: - Each script is stored as a standard BotC JSON file in `scripts/` - Filenames are the MD5 hash of the file contents (content-addressed = automatic dedup) -- Scripts are pure BotC JSON — usable directly in any BotC tool (clocktower.online, etc.) +- Scripts are pure BotC JSON - usable directly in any BotC tool (clocktower.online, etc.) - `index.json` provides a searchable index of all scripts with name, author, and source info ## Using the Archive @@ -25,7 +25,7 @@ git clone https://github.com/Dan-314/ravenswood-archive-stacks.git [ { "hash": "abc123...", - "name": "Trouble Brewing Modified", + "name": "Trouble Brewing", "author": "Steven Medway", "character_count": 25, "sources": ["ravenswoodarchive"]