Skip to content

Commit 8a987c2

Browse files
committed
Fix typos
1 parent 068258c commit 8a987c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

webapp/tutorial-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ D:/tools/Python27/python server.py
168168

169169
```
170170
cd /opt/pyarmor/webapp/build
171-
python main.py 6
171+
python queens.py 6
172172
173173
```
174174

webapp/tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ script has been saved in **/opt/pyarmor/webapp/build**.
175175
176176
```
177177

178-
It would not work if you run main.py in other machine.
178+
It would not work if you run queens.py in other machine.
179179

180180
### Expire encrypted script on some day
181181

@@ -194,7 +194,7 @@ reuse project **Queen**.
194194

195195
* Replace **/opt/pyarmor/webapp/build/license.lic** with this file as above example
196196

197-
* Run main.py again
197+
* Run queens.py again
198198

199199
It would not work after Christmas of 2017 even in this machine.
200200

0 commit comments

Comments
 (0)