Skip to content

Commit e390ba3

Browse files
committed
Add translations section in readme
1 parent 1bca89c commit e390ba3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README-cn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<img src="https://i.imgur.com/bYwl7Vf.png" alt="Learn Regex">
44
</p><br/>
55

6+
## 翻译:
7+
8+
* [English](README.md)
9+
* [中文版](README-cn.md)
10+
611
## 什么是正则表达式?
712

813
> 正则表达式是一组由字母和符号组成的特殊文本, 它可以用来从文本中找出满足你想要的格式的句子.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
<img src="https://i.imgur.com/bYwl7Vf.png" alt="Learn Regex">
44
</p><br/>
55

6+
## Translations:
67

7-
[中文版](README-zh-simple.md)
8+
* [English](README.md)
9+
* [中文版](README-cn.md)
810

911
## What is Regular Expression?
1012

0 commit comments

Comments
 (0)