Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoepr committed Aug 25, 2022
1 parent b915815 commit 9eea268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ docker run -it -p 2575:2575 --rm tiagoepr/mllp-https mllp2http http://localhost:

docker run -it -p 2575:2575 --rm tiagoepr/mllp-https https2mllp localhost --mllp_port 2575

docker run -it -p 2575:2575 --rm tiagoepr/mllp-https mllp2http http://localhost:8000
docker run -it -p 2575:2575 --rm tiagoepr/mllp-https mllp2https http://localhost:8000
```

## Usage
Expand Down Expand Up @@ -247,7 +247,7 @@ docker run -p 8000:80 --rm kennethreitz/httpbin
Run the MLLP connector:

```sh
mllp2http https://localhost:8000
mllp2http http://localhost:8000
```

Send an MLLP message:
Expand Down
2 changes: 1 addition & 1 deletion mllp_http_https/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.14"
__version__ = "1.2.15"

0 comments on commit 9eea268

Please sign in to comment.