Skip to content

Commit

Permalink
Remove the blank space infront on flask to mark it down.
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxg33k committed Oct 25, 2017
1 parent 906b849 commit a048304
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


## What is MHA:
Mail header analyzer is a tool written in [flask] (http://flask.pocoo.org/) for parsing email headers and converting them to a human readable format and it also can:
Mail header analyzer is a tool written in [flask](http://flask.pocoo.org/) for parsing email headers and converting them to a human readable format and it also can:
* Identify hop delays.
* Identify the source of the email.
* Identify hop country.
Expand Down Expand Up @@ -55,4 +55,3 @@ A `Dockerfile` is provided if you wish to build a docker image.
You can then run a container with:

`docker run -d -p 8080:8080 mha:latest`

0 comments on commit a048304

Please sign in to comment.