From 0c3dd730b4843a3eff58a1542135e5e9af92aef0 Mon Sep 17 00:00:00 2001 From: Jondy Zhao Date: Mon, 27 Apr 2020 20:14:03 +0800 Subject: [PATCH] Fix format bugs --- plugins/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/README.md b/plugins/README.md index 6295145d..b6ec5caa 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -138,12 +138,12 @@ Then edit the entry script [foo.py](foo.py), insert two comment lines: # {PyArmor Plugins} # PyArmor Plugin: check_ntp_time() -Now, obfuscate the script with this plugin:: +Now, obfuscate the script with this plugin: pyarmor obfuscate --plugin check_ntp_time foo.py The last step is to generate the license file for the obfuscated script, which -expired on Oct 31, 2020:: +expired on Oct 31, 2020: pyarmor licenses -x 20201031 CODE-0003 cp licenses/CODE-0003/license.lic ./dist