Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
needmorecowbell committed May 31, 2022
1 parent 20c41e9 commit 023df27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# EMLHound

<p align="center"><img width="256px" src="https://user-images.githubusercontent.com/7833164/171084979-e8b46868-e94f-4a2d-9e9a-db4f03858f30.png" align="middle"></p>

## Usage

- You can use this project as a library, a cli tool, a web api, a web service -- and much more.
Expand All @@ -24,7 +26,7 @@ reports = e.scan_directory("/path/to/directory", recursive=False)

for report in reports
pprint(report.eml.header)

```

```python
Expand Down
8 changes: 8 additions & 0 deletions emlhound/plugins/webserver/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# EMLHound Web Server


<p align="center"><img width="256px" src="https://user-images.githubusercontent.com/7833164/171084979-e8b46868-e94f-4a2d-9e9a-db4f03858f30.png" align="middle"></p>

## Usage


## Screenshots

<p align="center"><img src="https://user-images.githubusercontent.com/7833164/171085841-90b8ae74-1594-4d73-a4a4-b1755dc16409.png" align="middle"></p>

0 comments on commit 023df27

Please sign in to comment.