Skip to content

Commit

Permalink
Merge pull request douyu#23 from hnlq715/master
Browse files Browse the repository at this point in the history
fix indent in doc
  • Loading branch information
askuy authored Jun 5, 2020
2 parents 30448f6 + f998b05 commit 2548643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ func main() {
var app jupiter.Application
app.Startup()
app.Serve(startHTTPServer())
app.Serve(startGRPCServer())
app.Schedule(startWorker())
app.Serve(startGRPCServer())
app.Schedule(startWorker())
app.Run()
}

Expand Down

0 comments on commit 2548643

Please sign in to comment.