Skip to content

Commit bc7bb3f

Browse files
authored
Merge pull request #31 from diaozxin007/master
fix README.md
2 parents d371406 + 8ac3426 commit bc7bb3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ 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/wechaty-example-1.0.0-SNAPSHOT-jar-with-dependencies.jar
242242
# or run in background
243-
nohup java -jar target/examples-0.1.1-SNAPSHOT-jar-with-dependencies.jar &>> nohup.out & tailf nohup.out
243+
nohup java -jar target/wechaty-example-1.0.0-SNAPSHOT-jar-with-dependencies.jar &>> nohup.out & tailf nohup.out
244244
```
245245

246246
4. enjoy

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<configuration>
8484
<archive>
8585
<manifest>
86-
<mainClass>io.github.wechaty.examples.Main</mainClass>
86+
<mainClass>io.github.wechaty.example.Main</mainClass>
8787
</manifest>
8888
</archive>
8989
<descriptorRefs>

0 commit comments

Comments
 (0)