vietj / childprocess-vertx-ext

Child Process extension for Vert.x
Apache License 2.0
50 stars 10 forks source link

fix demo bug in README.md #8

Open aruis opened 3 years ago

aruis commented 3 years ago

Process.create(vertx, "cat"). spawn should be Process.create(vertx, "cat"). start