diff --git a/README.md b/README.md index ab05ff6..633dec5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Template +# Stream -Potter Framework Component Template \ No newline at end of file +Potter Framework Stream Component \ No newline at end of file diff --git a/composer.json b/composer.json index 632d3fd..c3bfcd3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "potter/template", - "description": "Potter Framework Component Template", + "name": "potter/stream", + "description": "Potter Framework Stream Component", "type": "library", "require": { "php": "^8.5" @@ -8,7 +8,7 @@ "license": "MIT", "autoload": { "psr-4": { - "Potter\\": "src/Potter/" + "Potter\\Stream\\": "src/Potter/Stream/" } }, "authors": [