From 865520376d232eadd1274a1c71400b9ba0ebca64 Mon Sep 17 00:00:00 2001 From: Ma Bingyao Date: Wed, 27 Jul 2016 11:20:34 +0800 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a6a55..203474b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Through *Hprose*, You can conveniently and efficiently intercommunicate between This project is the implementation of Hprose for Yii 2. +More Documents for Hprose 2.0: https://github.com/hprose/hprose-php/wiki + ## Installation ### Download Source Code @@ -45,7 +47,7 @@ This project is the implementation of Hprose for Yii 2. ```javascript { "require": { - "hprose/hprose-yii": "dev-master" + "hprose/hprose-yii": "^2.0" } } ```