README.md in crtsh-rb-0.1.0 vs README.md in crtsh-rb-0.2.0
- old
+ new
@@ -1,8 +1,8 @@
# crtsh
-[![Build Status](https://travis-ci.org/ninoseki/crtsh.svg?branch=master)](https://travis-ci.org/ninoseki/crtsh)
+[![Build Status](https://travis-ci.com/ninoseki/crtsh.svg?branch=master)](https://travis-ci.com/ninoseki/crtsh)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/crtsh/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/crtsh?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/ninoseki/crtsh/badge)](https://www.codefactor.io/repository/github/ninoseki/crtsh)
[crt.sh](https://crt.sh) API client for Ruby.
@@ -16,10 +16,13 @@
```ruby
require "crtsh"
api = Crtsh::API.new
-res = api.search("crt.sh")
+api.search("crt.sh")
+api.search("crt.sh", match: "LIKE")
+api.search("crt.sh", exclude: "expired")
+api.search("crt.sh", match: "LIKE", exclude: "expired")
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ninoseki/crtsh.