Skip to content

Commit

Permalink
Fix wrong composer package name. (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofan authored Apr 17, 2024
1 parent 55ab757 commit afc1e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/WeChatServiceAccount/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WeChatServiceAccount

```bash
composer require socialiteproviders/wechatserviceaccount
composer require socialiteproviders/wechat-service-account
```

## Installation & Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion src/WeChatWeb/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WeChatWeb

```bash
composer require socialiteproviders/wechatweb
composer require socialiteproviders/wechat-web
```

## Installation & Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion src/WeixinWeb/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WeixinWeb

```bash
composer require socialiteproviders/weixinweb
composer require socialiteproviders/weixin-web
```

## Installation & Basic Usage
Expand Down

0 comments on commit afc1e3a

Please sign in to comment.