diff --git a/README.md b/README.md
index ba2b224..5efc791 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,14 @@ As a content creator, making video courses is exhausting. Filming, editing, came
Want to see how does Awesome Course work? Try my demo [Testing JavaScript](https://www.awesomecourse.dev/lesson/1) course.
+### Getting Started
+
+Want to create an Awesome Course? Check out [the documentation website](https://enesozturk.github.io/awesome-course/).
+
### Features
-- Ready to use without development 🚀
+- [React](https://reactjs.org/) & [Next.js](https://nextjs.org/) based framework
+- Ready to use with minimum development 🚀
- Supports dark/light mode 🌗
- Written in TypeScript
@@ -35,10 +40,6 @@ Want to see how does Awesome Course work? Try my demo [Testing JavaScript](https
- [ ] Authorization to create courses online
- [ ] Marketplace to list and share courses
-### Getting Started
-
-Want to create an Awesome Course? Check out [the documentation website]().
-
### LICENCE
[MIT](./LICENCE)
diff --git a/examples/default/pages/index.js b/examples/default/pages/index.js
index d885277..4d0bf8f 100644
--- a/examples/default/pages/index.js
+++ b/examples/default/pages/index.js
@@ -25,7 +25,7 @@ export default function Home() {
See on Github
-
+
Example Course