Skip to content

Commit ac71925

Browse files
committed
Update README.md
1 parent 67f5927 commit ac71925

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ The result is:
8888

8989
### Import script file into current script context
9090

91-
common.rs:
91+
common.reo:
9292

9393
function check_login(usr, pwd) {
9494
return (usr.password == hashed(pwd));
9595
}
9696

97-
login.rs:
97+
login.reo:
9898

99-
import "common.rs";
99+
import "common.reo";
100100

101101
var usr = getCurrentUser();
102102
check_login(usr, getInputtedPwd());
@@ -152,6 +152,6 @@ The following softwares may be included in this product:
152152

153153
ReoScript and ReoScript Editor released under GNU Lesser General Public License (LGPLv3).
154154

155-
Jing, Lu (lujing@unvell.com)
155+
Author: Jing Lu (lujing@unvell.com)
156156

157157
copyright (c) unvell.com 2012-2013 all rights reserved.

0 commit comments

Comments
 (0)