Skip to content

Commit

Permalink
docs: update README files with project links and inspiration
Browse files Browse the repository at this point in the history
- Changed the project title to include a hyperlink in both English and Chinese README files.
- Added a new section in both README files to credit the inspiration behind the project, linking to "Your Life in Weeks".
  • Loading branch information
Orenoid committed Jan 15, 2025
1 parent 829a35b commit 2fee16d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
English | [简体中文](./README_CN.md)

# Yeeks

# [Yeeks](https://yeeks.orenoid.com/)

Your year in weeks.

Expand All @@ -28,6 +27,10 @@ npm run build
yarn build
```

## Inspired by

This project is inspired by [Your Life in Weeks](https://waitbutwhy.com/2014/05/life-weeks.html).

## License

MIT
6 changes: 5 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[English](./README.md) | 简体中文

# Yeeks
# [Yeeks](https://yeeks.orenoid.com/)

一个以周为单位展示全年时间的可视化工具。

Expand All @@ -27,6 +27,10 @@ npm run build
yarn build
```

## 灵感来源

本项目灵感来源于 [Your Life in Weeks](https://waitbutwhy.com/2014/05/life-weeks.html)

## 许可证

MIT

0 comments on commit 2fee16d

Please sign in to comment.