Skip to content

Commit 1d25015

Browse files
Initialize
1 parent 6fe7bbb commit 1d25015

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
@@ -3,7 +3,7 @@
33
## Install:
44

55
```bash
6-
npm create discord-https@latest
6+
npx create-discord-https@latest
77
```
88

99
Then follow the prompts to initialize your Discord.https project.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-discord-https",
33
"description": "Create Discord.https-powered bots with one command.",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"bin": {
66
"create-discord-https": "index.js"
77
},

0 commit comments

Comments
 (0)