Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DrmagicE committed Jan 28, 2020
1 parent 1b977ae commit eb9e008
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 @@ -15,7 +15,7 @@ Gmqtt provides:
* Enable user to write plugins. See `plugin.go` and `/plugin` for more details.
* Provide abilities for extensions to interact with the server. See `Server` interface in `server.go` and `example_test.go` for more details.
* Provide metrics (by using Prometheus). (plugin: [prometheus](https://github.com/DrmagicE/gmqtt/blob/master/plugin/prometheus/README.md))
* Provide restful API to interact with server. (plugin:[management](https://github.com/DrmagicE/gmqtt/blob/master/plugin/prometheus/README.md))
* Provide restful API to interact with server. (plugin:[management](https://github.com/DrmagicE/gmqtt/blob/master/plugin/management/README.md))

# Limitations
* The retained messages are not persisted when the server exit.
Expand All @@ -30,7 +30,7 @@ $ go run main.go
```
The broker will listen on port 1883 for TCP and 8080 for websocket.
The broker loads the following plugins:
* [management](https://github.com/DrmagicE/gmqtt/blob/master/plugin/management/README.md): Listens on port `8001`, provides restful api service
* [management](https://github.com/DrmagicE/gmqtt/blob/master/plugin/management/README.md): Listens on port `8081`, provides restful api service
* [prometheus](https://github.com/DrmagicE/gmqtt/blob/master/plugin/prometheus/README.md): Listens on port `8082`, serve as a prometheus exporter with `/metrics` path.


Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
## 使用内置的MQTT服务器
下列命令将启动一个监听`1883`端口[tcp]`8080`端口[websocket]的MQTT服务。
该broker加载了如下插件:
* [management](https://github.com/DrmagicE/gmqtt/blob/master/plugin/management/READEME.md): 监听`8001`端口, 提供restful api服务
* [management](https://github.com/DrmagicE/gmqtt/blob/master/plugin/management/README.md): 监听`8081`端口, 提供restful api服务
* [prometheus](https://github.com/DrmagicE/gmqtt/blob/master/plugin/prometheus/README.md): 监听`8082`端口, 作为prometheus exporter供prometheus server采集,接口地址为: `/metrics`

```
Expand Down

0 comments on commit eb9e008

Please sign in to comment.