Skip to content

Commit facc316

Browse files
committed
1. update wechaty grpc to 0.16.1
2. move examples from wechaty to independent module. Make example easy to use.
1 parent b6f71ad commit facc316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ If you are interested in the translation and want to look at how it works, it wi
227227

228228
## Usage
229229

230-
1. Add a token to class `io.github.wechaty.example.Main` in folder `Examples/src/main/java`
230+
1. Add a token to class `io.github.wechaty.example.Main` in folder `examples/src/main/java`
231231
2. Build:
232232

233233
```shell
@@ -238,7 +238,7 @@ If you are interested in the translation and want to look at how it works, it wi
238238
3. Run
239239

240240
```shell
241-
 java -jar target/examples-0.1.1-SNAPSHOT-jar-with-dependencies.jar
241+
java -jar target/examples-0.1.1-SNAPSHOT-jar-with-dependencies.jar
242242
# or run in background
243243
nohup java -jar target/examples-0.1.1-SNAPSHOT-jar-with-dependencies.jar &>> nohup.out & tailf nohup.out
244244
```

0 commit comments

Comments
 (0)