Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

Commit 01bc3cf

Browse files
committed
Update README
1 parent 5b07fd8 commit 01bc3cf

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

NUAAiCal/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main():
1919

2020
print("======== NUAA iCal Python ========")
2121
print("Repo: https://github.com/Triple-Z/NUAA-iCal-Python")
22-
print("Please help me star this project if it is useful~")
22+
print("Please help me STAR this project if it is useful~")
2323
print("Pull requests (PR) welcome!")
2424

2525
if settings.DEBUG:

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
Export the curriculum of NUAA to a `.ics` calendar file, in order to import
1111
class events to other calendars (e.g. Google Calendar).
1212

13+
## Quick Start
14+
15+
[![asciicast](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png)](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA)
16+
1317
## Installation
1418

1519
### PyPI
@@ -39,9 +43,9 @@ $ nuaaical
3943
You will get the `.ics` file path, you can import it to Google
4044
Calendar etc.
4145

42-
# TroubleShoot
46+
## TroubleShoot
4347

44-
## Command Not Found
48+
### Command Not Found
4549

4650
> nuaaical: command not found
4751

README_zh-hans.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
将南京航空航天大学的课程表(不含体育、实验等课程)导出成 `.ics` 日历格式,以将课程事件导入其他日历软件(如 Google Calendar)。
1111

12+
## 快速使用
13+
14+
[![asciicast](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png)](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA)
15+
1216
## 安装
1317

1418
### PyPI 安装
@@ -37,9 +41,9 @@ $ nuaaical
3741

3842
你将会看到课程表日历 `.ics` 文件的导出路径, 你可以将其导入至 Google 日历等日历程序。
3943

40-
# 疑难解答
44+
## 疑难解答
4145

42-
## 未找到命令
46+
### 未找到命令
4347

4448
> nuaaical: command not found
4549

0 commit comments

Comments
 (0)