Skip to content

Commit db402b5

Browse files
committed
update README
1 parent 34681b9 commit db402b5

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
# CommandKit
77

8-
CommandKit is a library that makes it easy to handle commands (+ validations), and events in your Discord.js projects.
8+
CommandKit is a library that makes it easy to handle commands and events in your Discord.js projects.
99

1010
**Supports Discord.js version 14**
1111

12-
# Features
12+
## Features
1313

1414
- Very beginner friendly 🚀
1515
- Support for slash and context menu commands ✅
@@ -18,11 +18,11 @@ CommandKit is a library that makes it easy to handle commands (+ validations), a
1818
- Supports multiple users as bot developers 👥
1919
- Object oriented 💻
2020

21-
# Documentation
21+
## Documentation
2222

23-
You can find the full documentation [here](https://commandkit.underctrl.io)
23+
You can find the full documentation [here](https://commandkit.js.org)
2424

25-
# Installation
25+
## Installation
2626

2727
[![npm](https://nodei.co/npm/commandkit.png)](https://nodei.co/npm/commandkit/)
2828

@@ -54,9 +54,11 @@ To install the development version of CommandKit, run the following command:
5454
npm install underctrl-io/commandkit#dev-build
5555
```
5656

57-
# Usage
57+
> ⚠️ The development version is likely to have bugs.
5858
59-
This is a simple overview of how to set up this library with all the options. You can read more in the [full documentation](https://commandkit.underctrl.io)
59+
## Usage
60+
61+
This is a simple overview of how to set up this library with all the options. You can read more in the [full documentation](https://commandkit.js.org)
6062

6163
```js
6264
// index.js

packages/commandkit/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
# CommandKit
77

8-
CommandKit is a library that makes it easy to handle commands (+ validations), and events in your Discord.js projects.
8+
CommandKit is a library that makes it easy to handle commands and events in your Discord.js projects.
99

1010
**Supports Discord.js version 14**
1111

12-
# Features
12+
## Features
1313

1414
- Very beginner friendly 🚀
1515
- Support for slash and context menu commands ✅
@@ -18,11 +18,11 @@ CommandKit is a library that makes it easy to handle commands (+ validations), a
1818
- Supports multiple users as bot developers 👥
1919
- Object oriented 💻
2020

21-
# Documentation
21+
## Documentation
2222

23-
You can find the full documentation [here](https://commandkit.underctrl.io)
23+
You can find the full documentation [here](https://commandkit.js.org)
2424

25-
# Installation
25+
## Installation
2626

2727
[![npm](https://nodei.co/npm/commandkit.png)](https://nodei.co/npm/commandkit/)
2828

@@ -54,9 +54,11 @@ To install the development version of CommandKit, run the following command:
5454
npm install underctrl-io/commandkit#dev-build
5555
```
5656

57-
# Usage
57+
> ⚠️ The development version is likely to have bugs.
5858
59-
This is a simple overview of how to set up this library with all the options. You can read more in the [full documentation](https://commandkit.underctrl.io)
59+
## Usage
60+
61+
This is a simple overview of how to set up this library with all the options. You can read more in the [full documentation](https://commandkit.js.org)
6062

6163
```js
6264
// index.js

0 commit comments

Comments
 (0)