commandkit 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,8 +15,7 @@ _Tested with Discord.js version `v14.11.0`_
15
15
 
16
16
  # Documentation
17
17
 
18
- _Coming soon_
19
- ~~You can find the full documentation [here](https://commandkit.underctrl.io)~~
18
+ You can find the full documentation [here](https://commandkit.underctrl.io)
20
19
 
21
20
  # Installation
22
21
 
@@ -40,7 +39,7 @@ yarn add commandkit
40
39
 
41
40
  This is a simple overview of how to set up this library with all the options.
42
41
 
43
- ~~**It's highly recommended you check out the documentation to fully understand how to work with this library.**~~
42
+ **It's highly recommended you check out the [documentation](https://commandkit.underctrl.io) to fully understand how to work with this library.**
44
43
 
45
44
  ```js
46
45
  // index.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commandkit",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {