Skip to content

Commit

Permalink
Fixed typos in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-signal committed Feb 13, 2018
1 parent 3428f1b commit 245d345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ pip install -r depedencies.txt
$python3 mass-apk-installer.py -i 2018-02-12_04-47-25

#restore from zip file
$python3 mass-apk-installer.py -i2018-02-12_04-47-25.zip
$python3 mass-apk-installer.py -i 2018-02-12_04-47-25.zip

#restore from encrypted zip file
$python3 mass-apk-installer.py -i2018-02-12_04-47-25.aes
$python3 mass-apk-installer.py -i 2018-02-12_04-47-25.aes


## 0x3: Command Line Arguemnts
Expand Down

0 comments on commit 245d345

Please sign in to comment.