Skip to content

Commit

Permalink
update composer && Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcvdavid authored and David.Dai committed May 31, 2016
1 parent bc30883 commit 1391f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
zan php http server demo
# 如何使用
1. 安装swoole扩展,编译参数:
`--enable-async-mysql --enable-async-httpclient --enable-sockets --enable-async-res`
`--enable-async-mysql --enable-async-httpclient --enable-sockets --enable-async-redis`
2. 安装composer
3. 在根目录下执行composer update
4. 配置php.ini
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repositories": [
{
"type" : "git",
"url" : "https://github.com/zanphp/zan.git"
"url" : "https://github.com/youzan/zan.git"
},
{
"packagist": false
Expand Down

0 comments on commit 1391f09

Please sign in to comment.