Skip to content

Commit a0e02c9

Browse files
committed
fix README.md
1 parent 072d0a1 commit a0e02c9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Primus
22

3-
Publish Received Incomming-webhook to MUlti Service.
4-
53
## Usage
64

75
### Server
@@ -34,5 +32,12 @@ host = "localhost"
3432
port = 14300
3533
ssl = false
3634

35+
[[Route]]
36+
channel = "sample1"
37+
38+
host = "localhost"
39+
port = 8080
40+
path = "/sample/endpoint"
41+
ssl = false
3742
```
3843

0 commit comments

Comments
 (0)