浏览代码

fixed link to Google v8 repository

fixed link to Google v8 repository (https://github.com/v8/v8 is deprecated)
Smirnov Ilia 9 年之前
父节点
当前提交
96a1b3848a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ The extension allows you to execute Javascript code in a secure sandbox from PHP
 Minimum requirements
 --------------------
 
-- V8 Javascript Engine library (libv8) master <https://github.com/v8/v8/> (trunk)
+- V8 Javascript Engine library (libv8) master <https://github.com/v8/v8-git-mirror> (trunk)
 
 	V8 is Google's open source Javascript engine.
 	V8 is written in C++ and is used in Google Chrome, the open source browser from Google.