We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc89cd0 commit b76b190Copy full SHA for b76b190
README.md
@@ -49,7 +49,7 @@ from mur.user import *
49
u_machine_code = gen_machine_code(my_crypt)
50
```
51
52
-> 实际使用时可复制 [`gen_register_code.py`](./gen_register_code.py) 到需要发布的程序,由用户执行生成【机器码】
+> 实际使用时可复制 [`gen_machine_code.py`](./gen_machine_code.py) 到需要发布的程序,由用户执行生成【机器码】
53
54
55
### 场景步骤三(管理员本地)
0 commit comments