README.md in ServState-0.0.2 vs README.md in ServState-0.1.0
- old
+ new
@@ -27,9 +27,18 @@
Show help:
$ servstate -h
+Also you can write code like this:
+```ruby
+ require 'ServState'
+
+ ServState.run do
+ port 8081
+ password 'qwerty'
+ end
+```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)