diff --git a/README.md b/README.md index 5500376..0347c05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Startable +# Readable -Potter Framework Startable Interface \ No newline at end of file +Potter Framework Readable Interface \ No newline at end of file diff --git a/composer.json b/composer.json index f5b399c..0effe62 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "potter/startable", - "description": "Potter Framework Startable Interface", + "name": "potter/readable", + "description": "Potter Framework Readable Interface", "type": "library", "require": { "php": "^8.5" @@ -8,7 +8,7 @@ "license": "MIT", "autoload": { "psr-4": { - "Potter\\Startable\\": "src/Potter/Startable/" + "Potter\\Readable\\": "src/Potter/Readable/" } }, "authors": [ diff --git a/src/Potter/Readable/ReadableInterface.php b/src/Potter/Readable/ReadableInterface.php new file mode 100644 index 0000000..2bd7314 --- /dev/null +++ b/src/Potter/Readable/ReadableInterface.php @@ -0,0 +1,12 @@ +