diff --git a/packages/cli/README.md b/packages/cli/README.md
index 4c08e6b..892c0b0 100644
--- a/packages/cli/README.md
+++ b/packages/cli/README.md
@@ -1,4 +1,5 @@
-# Create Guilded Bot
+
+
A CLI to quickly generate & bootstrap guilded.js bot projects. This tool enables you to start a bare-bones, minimal guilded bot project, with necessary tooling set up for you. To get started, run:
```bash
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 94449ed..8ce6dc7 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "create-guilded-bot",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "",
"main": "dist/src/index.js",
"bin": {