From 1e6cf09e7e4d7009bfe45651aa9de17dfb8768aa Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Mon, 20 Jun 2016 10:49:41 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bf7de631..eda1730d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# Weixin-java-tools -## 微信公众号、企业号Java SDK。 +# Weixin-java-tools 微信公众号、企业号Java SDK。 [![Build Status](https://travis-ci.org/binarywang/weixin-java-tools.svg?branch=develop)](https://travis-ci.org/binarywang/weixin-java-tools) ![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg) @@ -61,4 +60,4 @@ 非常欢迎和感谢对本项目发起Pull Request的同学,不过本项目基于[git flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)开发流程,因此在发起Pull Request的时候请选择develop分支。 -且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。 \ No newline at end of file +且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。