Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 7a1afa3

Browse files
committed
Changed composer package namespace
1 parent d815b51 commit 7a1afa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHP server and client for Discord slash commands.
1010
## Installation
1111

1212
```
13-
$ composer require discordphp/slash
13+
$ composer require discord-php/slash
1414
```
1515

1616
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "discordphp/slash",
2+
"name": "discord-php/slash",
33
"description": "HTTP server for Discord slash commands",
44
"type": "library",
55
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)