Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jul 10, 2019
1 parent 99b0215 commit 09bdd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Griffin::Server.configure do |c|

c.services GreeterServer.new

c.worker 2 # A number of worker process
c.workers 2 # A number of worker process
end

Griffin::Server.run
Expand Down

0 comments on commit 09bdd12

Please sign in to comment.