diff --git a/README.md b/README.md index 5500376..2414fab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Startable +# Writeable -Potter Framework Startable Interface \ No newline at end of file +Potter Framework Writeable Interface \ No newline at end of file diff --git a/composer.json b/composer.json index f5b399c..1349e9d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "potter/startable", - "description": "Potter Framework Startable Interface", + "name": "potter/writeable", + "description": "Potter Framework Writeable Interface", "type": "library", "require": { "php": "^8.5" @@ -8,7 +8,7 @@ "license": "MIT", "autoload": { "psr-4": { - "Potter\\Startable\\": "src/Potter/Startable/" + "Potter\\Writeable\\": "src/Potter/Writeable/" } }, "authors": [ diff --git a/src/Potter/Startable/StartableInterface.php b/src/Potter/Startable/StartableInterface.php deleted file mode 100644 index 02ff7c6..0000000 --- a/src/Potter/Startable/StartableInterface.php +++ /dev/null @@ -1,10 +0,0 @@ -