README changes

Corrected the name of the script in the JSON example.
This commit is contained in:
Dan
2026-04-11 02:17:42 +01:00
committed by GitHub
parent 618870398c
commit 4613e07631
+2 -2
View File
@@ -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/` - 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) - 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 - `index.json` provides a searchable index of all scripts with name, author, and source info
## Using the Archive ## Using the Archive
@@ -25,7 +25,7 @@ git clone https://github.com/Dan-314/ravenswood-archive-stacks.git
[ [
{ {
"hash": "abc123...", "hash": "abc123...",
"name": "Trouble Brewing Modified", "name": "Trouble Brewing",
"author": "Steven Medway", "author": "Steven Medway",
"character_count": 25, "character_count": 25,
"sources": ["ravenswoodarchive"] "sources": ["ravenswoodarchive"]