README.md in tokyo_api-1.6.0 vs README.md in tokyo_api-1.7.0
- old
+ new
@@ -1,9 +1,9 @@
-# tokyo_api
+# tokyo\_api
A ruby gem for communicating with ControlShift's Tokyo API.
-[![Build Status](https://travis-ci.org/controlshift/tokyo_api.svg)](https://travis-ci.org/controlshift/tokyo_api)
+[![CI Status](https://github.com/controlshift/tokyo_api/actions/workflows/ci.yml/badge.svg)](https://github.com/controlshift/tokyo_api/actions/workflows/ci.yml)
## Usage
```ruby
ta = TokyoApi.new(host: 'localhost:9000', username: 'tokyo', password: 'Passw0rd!', scheme: 'http', timeout: 5)