Explorar o código

Update README.md

F. Michel hai 2 días
pai
achega
3c5ddeca0f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -5,7 +5,7 @@ In Michel Framework, you can create packages, which are equivalent to bundles in
 You can install this library via [Composer](https://getcomposer.org/). Ensure your project meets the minimum PHP version requirement of 7.4.
 
 ```bash
-composer require phpdevcommunity/michel-package-starter
+composer require michel/michel-package-starter
 ```
 
 ## Package Interface
@@ -15,7 +15,7 @@ Start by creating a package class that implements the `PackageInterface`. This i
 ```php
 <?php
 
-namespace PhpDevCommunity\Michel\Package;
+namespace Michel\Package;
 
 interface PackageInterface
 {