Skip to content

Commit bd1f9ea

Browse files
YurnYurn
authored andcommitted
更新 README
1 parent 072045b commit bd1f9ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.MD

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ yutorix-satori-server = { module = "cn.yurn.yutorix:yutorix-satori-server", vers
7070
```kotlin
7171
install(Adapter.Satori) {
7272
host = "127.0.0.1"
73-
port = 5500
73+
port = 8080
7474
token = "token"
7575
}
76-
// Coming soon
7776
install(Server.Satori) {
78-
77+
listen = "0.0.0.0"
78+
port = 8080
79+
token = "token"
7980
}
8081
```

0 commit comments

Comments
 (0)