Skip to content

Commit

Permalink
fix: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
an-parubets committed May 25, 2022
1 parent 46a39c2 commit 5d0a433
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ease echo server

Will accept any TCP connection and echo back a HTTP response with the body `{ status: 'OK' }`.
Will accept any TCP connection and echo back a HTTP response with the follow body

```
{ status: 'OK' }
```

## Example usage

Expand Down

0 comments on commit 5d0a433

Please sign in to comment.