README.md in react-0.0.2 vs README.md in react-0.1.0
- old
+ new
@@ -22,16 +22,13 @@
## Usage
Firs you have to prepare file with available commands. It can look like this:
# my_commands.yml
- restart_httpd: |
- apache2ctl graceful
- restart_mysql: |
- /etc/init.d/mysql restart
- reboot: |
- reboot
+ restart_httpd: apache2ctl graceful
+ restart_mysql: /etc/init.d/mysql restart
+ reboot: reboot
And now you can start a consumer.
react my_commands.yml
@@ -72,6 +69,13 @@
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
## Copyright
-Copyright (c) 2010 Kriss Kowalik. See LICENSE for details.
+== Copyright
+
+Copyleft 2010 Chris Kowalik. WTFPL Baby!
+
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. You just DO WHAT THE FUCK YOU WANT TO.