diff --git a/README.md b/README.md index f1120c56..0dbe5466 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,22 @@ weixin-java-tools me.chanjar weixin-java-tools - 1.0.1 + 1.0.2 ``` +如果要使用``*-SNAPSHOT``版,则需要在你的``pom.xml``中添加这段: + +```xml + + + + sonatype snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + +``` + ## Hello World ```java WxConfigStorage config = new WxInMemoryConfigStorage();