Skip to content

fix README.md #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ If you are interested in the translation and want to look at how it works, it wi
3. Run

```shell
java -jar target/examples-0.1.1-SNAPSHOT-jar-with-dependencies.jar
java -jar target/wechaty-example-1.0.0-SNAPSHOT-jar-with-dependencies.jar
# or run in background
nohup java -jar target/examples-0.1.1-SNAPSHOT-jar-with-dependencies.jar &>> nohup.out & tailf nohup.out
nohup java -jar target/wechaty-example-1.0.0-SNAPSHOT-jar-with-dependencies.jar &>> nohup.out & tailf nohup.out
```

4. enjoy
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<configuration>
<archive>
<manifest>
<mainClass>io.github.wechaty.examples.Main</mainClass>
<mainClass>io.github.wechaty.example.Main</mainClass>
</manifest>
</archive>
<descriptorRefs>
Expand Down