about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-02-19 12:33:34 +0100
committerEmile <git@emile.space>2023-02-19 12:33:34 +0100
commit3c60489e3faca242ae1d178feb32cc0f4b7f68dd (patch)
treeb48dd3db9c58f2c0c92d0c628eabcb9d795e2e66
parent1137c4d8a582e0e4a91b0cc8746a6fd9d08467f7 (diff)
correct syntax
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae5c779..98e8c31 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Get a shell:
 Exec solve script:
 
 ```bash
-; python3 solve.py
+[HackTM CTF lambda]; python3 solve.py 
 ```
 
 ---