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

Commit 859a1bb

Browse files
committed
Update README
1 parent 01bc3cf commit 859a1bb

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
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+
**Pull Requests Welcome!**
14+
1315
## Quick Start
1416

15-
[![asciicast](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png)](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA)
17+
[![DEMO](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png)](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA)
1618

1719
## Installation
1820

@@ -40,10 +42,10 @@ $ python setup.py install
4042
$ nuaaical
4143
```
4244

43-
You will get the `.ics` file path, you can import it to Google
45+
The `.ics` file path will be shown in the output, you can import it to Google
4446
Calendar etc.
4547

46-
## TroubleShoot
48+
## Troubleshoot
4749

4850
### Command Not Found
4951

README_zh-hans.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NUAA iCal Python
22

3-
![Python Version](https://img.shields.io/badge/python-3.6-blue.svg)
3+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NUAAiCal.svg)
44
[![pypi package](https://img.shields.io/pypi/v/NUAAiCal.svg)](https://pypi.python.org/pypi/NUAAiCal/)
55
![PyPI - Status](https://img.shields.io/pypi/status/NUAAiCal.svg)
66
![PyPI - License](https://img.shields.io/pypi/l/NUAAiCal.svg)
@@ -9,9 +9,11 @@
99

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

12+
欢迎贡献代码,提交 `PR`
13+
1214
## 快速使用
1315

14-
[![asciicast](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png)](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA)
16+
[![DEMO](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png)](https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA)
1517

1618
## 安装
1719

0 commit comments

Comments
 (0)