From 47b3891b49a7fa3e8d784f4e4f2788de9dd7799d Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Sat, 29 Dec 2018 17:27:46 +0800 Subject: [PATCH] Update contribution.md --- contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribution.md b/contribution.md index abf1791fc..29823b07e 100644 --- a/contribution.md +++ b/contribution.md @@ -12,7 +12,7 @@ ```bash $ git clone git@github.com:my_user/WxJava.git -$ cd weixin-java-tools +$ cd WxJava $ git config user.name "yourname" $ git config user.email "your email" ```