README.md in multi_process-1.2.0 vs README.md in multi_process-1.2.1

- old
+ new

@@ -10,19 +10,19 @@ gem 'multi_process' ``` And then execute: +```console +bundle ``` -$ bundle -``` Or install it yourself as: +```console +gem install multi_process ``` -$ gem install multi_process -``` ## Usage ```ruby receiver = MultiProcess::Logger $stdout, $stderr, sys: false @@ -34,11 +34,11 @@ group.run # Block until finished group.wait # Wait until finished group.stop # Stop processes ``` -``` +```text (23311) rubyB | Output from B (23308) rubyA | Output from A (23314) rubyC | Output from C (23314) rubyC | Output from C (23311) rubyB | Output from B @@ -53,10 +53,10 @@ 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## License -Copyright © 2019 Jan Graichen +Copyright © 2019-2023 Jan Graichen This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.