diff --git a/README.md b/README.md index c11a9ec..ea4afeb 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # 使用说明 -通过 `include_once 'API.php';` 或者 `composer require thetnb/wp-setting-api` 来引入类文件。 +通过 `include_once 'API.php';` 或者 `composer require tnb/wp-setting-api` 来引入类文件。 参考 `wp-setting-api.php` 文件来了解如何使用,你可以把整个目录作为一个插件启用以预览各组件的效果。 diff --git a/composer.json b/composer.json index 77789d2..108dd1d 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { - "name": "thetnb/wp-setting-api", + "name": "tnb/wp-setting-api", "description": "WordPress Setting API for developers", "keywords": [ "wordpress" ], - "homepage": "https://github.com/thetnb/wp-setting-api", + "homepage": "https://github.com/tnb-labs/wp-setting-api", "type": "library", "require": { "php": ">=5.6" @@ -12,7 +12,7 @@ "license": "GPL-3.0-or-later", "autoload": { "psr-4": { - "TheTNB\\Setting\\": "src/" + "TNB\\Setting\\": "src/" } }, "authors": [ diff --git a/src/API.php b/src/API.php index 4c9d3cd..10dbd15 100644 --- a/src/API.php +++ b/src/API.php @@ -1,6 +1,6 @@