浏览代码

Update README.md

F. Michel 2 天之前
父节点
当前提交
3c5ddeca0f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.
 You can install this library via [Composer](https://getcomposer.org/). Ensure your project meets the minimum PHP version requirement of 7.4.
 
 
 ```bash
 ```bash
-composer require phpdevcommunity/michel-package-starter
+composer require michel/michel-package-starter
 ```
 ```
 
 
 ## Package Interface
 ## Package Interface
@@ -15,7 +15,7 @@ Start by creating a package class that implements the `PackageInterface`. This i
 ```php
 ```php
 <?php
 <?php
 
 
-namespace PhpDevCommunity\Michel\Package;
+namespace Michel\Package;
 
 
 interface PackageInterface
 interface PackageInterface
 {
 {