Readme.md in user_agent_parser-2.1.3 vs Readme.md in user_agent_parser-2.1.4
- old
+ new
@@ -72,10 +72,21 @@
```ruby
UserAgentParser::Parser.new(patterns_path: '/some/path/to/regexes.yaml').parse(ua_string)
```
+## Binary: user_agent_parser
+
+There is a binary called `user_agent_parser` that will read from
+standard input, parse each line and print the result, for example:
+
+```ruby
+$ cat SOME-FILE.json | user_agent_parser --format '%n %M' | distribution
+```
+
+See `user_agent_parser -h` for more information.
+
## Contributing
1. Fork
2. Hack
3. `rake test`
@@ -92,9 +103,10 @@
Changelog:
* Some new feature
* Some new bug fix
3. `rake release`
+4. Create a [new Github release](https://github.com/toolmantim/user_agent_parser/releases/new)
## License
MIT