From d75bec2e03d59f944211bead4efe6615f531befd Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Thu, 11 Jun 2026 16:22:03 +0800 Subject: [PATCH] docs: README ServiceDeps -> CoreServices Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 715c75c..e2c0b68 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Types, interfaces, and utilities for building BlockNinja plugins. | Package | Purpose | |---------|---------| -| `plugin/` | PluginRegistration, ServiceDeps, RegisterFunc | +| `plugin/` | PluginRegistration, CoreServices, RegisterFunc | | `blocks/` | BlockMeta, BlockFunc, BlockRegistry interface, BlockContext | | `blocks/builtin/` | Reusable block implementations (HTMLBlock) | | `templates/` | TemplateRegistry interface |