From 752221a5e0865f9e5787aabc5754702220c9aaf5 Mon Sep 17 00:00:00 2001 From: GrayLand Date: Fri, 1 Sep 2017 09:17:41 +0800 Subject: [PATCH] Corrected the diagram in README-cn.md --- README-cn.md | 2 +- 01.png => img/regexp-cn.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename 01.png => img/regexp-cn.png (100%) diff --git a/README-cn.md b/README-cn.md index 31c3d86..73ffe73 100644 --- a/README-cn.md +++ b/README-cn.md @@ -27,7 +27,7 @@

- Regular expression + Regular expression

以上的正则表达式可以接受 `john_doe`, `jo-hn_doe`, `john12_as`. diff --git a/01.png b/img/regexp-cn.png similarity index 100% rename from 01.png rename to img/regexp-cn.png