Skip to content

Commit 96a1b38

Browse files
fixed link to Google v8 repository
fixed link to Google v8 repository (https://github.com/v8/v8 is deprecated)
1 parent e07ea80 commit 96a1b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The extension allows you to execute Javascript code in a secure sandbox from PHP
99
Minimum requirements
1010
--------------------
1111

12-
- V8 Javascript Engine library (libv8) master <https://github.com/v8/v8/> (trunk)
12+
- V8 Javascript Engine library (libv8) master <https://github.com/v8/v8-git-mirror> (trunk)
1313

1414
V8 is Google's open source Javascript engine.
1515
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.

0 commit comments

Comments
 (0)