diff --git a/packages/lib/README.md b/packages/lib/README.md
index f79d2818..71659a42 100644
--- a/packages/lib/README.md
+++ b/packages/lib/README.md
@@ -2,28 +2,4 @@
#### _A lightweight (less than 6Kb) react-like library for creating web apps with ease._
-
-
-## Features
-
-- [x] useState
-- [x] useEffect
-- [x] useContext
-- [x] useReducer
-- [x] Router
-- [x] useRef
-- [x] useMemo
-- [x] useFetch
-- [x] useCallback
-- [x] memo
-- [x] useOptimistic
-- [x] Class Components
-- [x] renderToString
-- [x] Portals
-- [x] Transitions / Animations
-
-
-
-
- Credit to pomber/didact for providing a solid starting point 👌🏻
-
+### kaioken.dev
diff --git a/packages/lib/package.json b/packages/lib/package.json
index 8e58663e..c192787c 100644
--- a/packages/lib/package.json
+++ b/packages/lib/package.json
@@ -1,12 +1,12 @@
{
"name": "kaioken",
- "version": "0.6.12",
+ "version": "0.7.0",
"description": "A lightweight (less than 6Kb) react-like library for creating web apps with ease.",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
- "url": "https://github.com/Robby6Strings/kaioken"
+ "url": "https://github.com/CrimsonChi/kaioken"
},
"scripts": {
"build": "rm -rf dist && pnpm i && tsc",