From 85df3b230bc10c78338cf479b20e92c5fef27fef Mon Sep 17 00:00:00 2001 From: Puritys Chen Date: Wed, 20 May 2015 00:18:26 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb246b..e10d164 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Node.js - phplike ======================= +Chinese Readme: https://github.com/puritys/nodejs-phplike/wiki/%E4%B8%AD%E6%96%87%E7%89%88-Readme + + This project's purpose is to implement some useful php function to node.js. The second point is that Node.js is a event-driven language and it's method usually have asynchronous IO. phplike make Node.js to execute with synchronous IO. @@ -11,7 +14,6 @@ phplike support synchronous exec function to run system code without callback. I * All version: https://registry.npmjs.org/phplike * Git Source: https://github.com/puritys/nodejs-phplike -Chinese Readme: https://github.com/puritys/nodejs-phplike/wiki/%E4%B8%AD%E6%96%87%E7%89%88-Readme Travis CI status: [![Unit testing](https://travis-ci.org/puritys/nodejs-phplike.png?branch=master)](https://travis-ci.org/puritys/nodejs-phplike) [![Coverage Status](https://coveralls.io/repos/puritys/nodejs-phplike/badge.png?branch=master)](https://coveralls.io/r/puritys/nodejs-phplike?branch=master)