We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068258c commit 8a987c2Copy full SHA for 8a987c2
webapp/tutorial-zh.md
@@ -168,7 +168,7 @@ D:/tools/Python27/python server.py
168
169
```
170
cd /opt/pyarmor/webapp/build
171
- python main.py 6
+ python queens.py 6
172
173
174
webapp/tutorial.md
@@ -175,7 +175,7 @@ script has been saved in **/opt/pyarmor/webapp/build**.
175
176
177
178
-It would not work if you run main.py in other machine.
+It would not work if you run queens.py in other machine.
179
180
### Expire encrypted script on some day
181
@@ -194,7 +194,7 @@ reuse project **Queen**.
194
195
* Replace **/opt/pyarmor/webapp/build/license.lic** with this file as above example
196
197
-* Run main.py again
+* Run queens.py again
198
199
It would not work after Christmas of 2017 even in this machine.
200
0 commit comments