Skip to content

Commit db74e54

Browse files
authored
Update README.md
1 parent c8b9957 commit db74e54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ The new version of AutoSploit has a feature that allows you to set a proxy befor
2828
Installing AutoSploit is very simple, you can find the latest stable release [here](https://github.com/NullArray/AutoSploit/releases/latest). You can also download the master branch as a [zip](https://github.com/NullArray/AutSploit/zipball/master) or [tarball](https://github.com/NullArray/AutSploit/tarball/master) or follow one of the below methods;
2929

3030

31-
###### Docker Compose
32-
Using DOcker Compose is by far the easiest way to get AutoSploit up and running without too much of a hassle.
31+
##### Docker Compose
32+
Using Docker Compose is by far the easiest way to get AutoSploit up and running without too much of a hassle.
3333

3434
```
3535
git clone https://github.com/NullArray/AutoSploit.git
3636
cd Autosploit/Docker
3737
docker-compose run --rm autosploit
3838
```
3939

40-
###### Docker
40+
##### Docker
4141
Just using Docker.
4242

4343
```
@@ -54,7 +54,7 @@ docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit```
5454
Dev team contributor [Khast3x](https://github.com/khast3x) recently improved Docker operations as well as add more details to the README.md in the `Docker` subdirectory. For more information on deploying AutoSploit with Docker please be sure to click [here](https://github.com/NullArray/AutoSploit/tree/master/Docker)
5555

5656

57-
###### Cloning
57+
##### Cloning
5858
On any Linux system the following should work;
5959

6060
```bash

0 commit comments

Comments
 (0)