Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
 - fix strange context
  • Loading branch information
cppis-com2us committed Jan 25, 2024
1 parent b4f1208 commit f007d44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"program": "${workspaceRoot}/app/echo",
"env": {
"ELIO_LOG_JSON": "false",
"ECHO_IN_URL": "0.0.0.0:7001",
"ECHO_IN_URL": "0.0.0.0:8001",
},
"args": [],
"showLog": true,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library allows you to quickly write epoll-based servers.

<br/><br/><br/>

## Apps written using `elio` library
## Apps written with `elio` library
### 🚀 [Running `Echo`](app/echo/README.md)
`Echo` is a simple echo server.

Expand Down
2 changes: 1 addition & 1 deletion app/echo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Echo

`Echo` is a simple echo server written using `elio` library.
`Echo` is a simple echo server written with `elio` library.

<br/><br/><br/>

Expand Down
2 changes: 1 addition & 1 deletion app/herald/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`Herald` means a messanger.
It is a simple app to test pub/sub of backing `emqx` MQTT broker.
`Herald` is written using [`elio`](https://github.com/cppis/elio) library.
`Herald` is written with [`elio`](https://github.com/cppis/elio) library.

![herald.concept](https://github.com/cppis/elio/blob/dev/docs/images/herald.concept.png?raw=true)

Expand Down

0 comments on commit f007d44

Please sign in to comment.