Skip to content

Commit 9a0219f

Browse files
authored
调整改动提示
1 parent 1a678b5 commit 9a0219f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@
66
采用 browserify 对 locutus 进行生成浏览器端可执行 php.js 文件
77

88
引入 [locutus](https://github.com/kvz/locutus)
9+
910
```
1011
npm install locutus
1112
```
1213

13-
引入全局 [browserify](http://browserify.org/)
14+
引入全局 [browserify](http://browserify.org)
15+
1416
```
1517
npm install -g browserify
1618
```
1719

1820
修改 construct.js 文件
21+
1922
···
2023
browserify construct.js -o php.js
2124
···
2225

2326
#### 注意事项
2427

25-
var 类进行调整为 php_var
26-
27-
array 类属于保留关键字,可根据自身需要重新编译新引入名
28+
var,array 类属于保留关键字,可根据自身需要重新编译新引入名

0 commit comments

Comments
 (0)