Fixed formatting

This commit is contained in:
HackrOne 2018-02-03 10:01:14 -08:00
parent f55b204ba8
commit 13cd0ac3be
1 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ Run `Termux` and enter these lines in the given order (If it asks you if you wan
```
pkg update
pkg upgrade
pkg install git nodejs
```
@ -102,8 +102,8 @@ git clone --depth 1 https://git.teknik.io/SMLoadrDev/SMLoadr.git
### 4. Install
Move files and remove unnecessary ones:
```
mv SMLoadr/{package.json,SMLoadr.js} ./
rm -r SMLoadr
```