Skip to content

Commit

Permalink
refactor: udpate readme and example course path
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Dec 12, 2021
1 parent dd75614 commit d09b929
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/default/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Home() {
See on Github
</a>
</Link>
<Link href="lesson/1/chapter/1">
<Link href="lesson/1">
<a className="mt-6 bg-white dark:bg-gray-800 hover:bg-gray-100 hover:dark:bg-gray-700 py-4 px-6 rounded-md border border-gray-600 text-gray-800 dark:text-white">
Example Course
</a>
Expand Down

1 comment on commit d09b929

@vercel
Copy link

@vercel vercel bot commented on d09b929 Dec 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.