From 292cf0cd05426579446a3bc6b1f74dfe2f0b61c6 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 12 Jun 2026 15:31:20 -0400 Subject: [PATCH] re-word --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 342fde7..b2f9d6f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Resource -Potter Framework Resource Interface \ No newline at end of file +Potter Framework Resource Implementation \ No newline at end of file diff --git a/composer.json b/composer.json index d7ebc08..604c4ad 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "potter/resource", - "description": "Potter Framework Resource Interface", + "description": "Potter Framework Resource Implementation", "type": "library", "require": { "php": "^8.5",