README.md in toxiproxy-2.0.1 vs README.md in toxiproxy-2.0.2
- old
+ new
@@ -1,17 +1,20 @@
# toxiproxy-ruby
+[![Gem Version](https://badge.fury.io/rb/toxiproxy.svg)](https://badge.fury.io/rb/toxiproxy)
+[![Test](https://github.com/Shopify/toxiproxy-ruby/actions/workflows/test.yml/badge.svg)](https://github.com/Shopify/toxiproxy-ruby/actions/workflows/test.yml)
+
`toxiproxy-ruby` `>= 1.x` is compatible with the Toxiproxy `2.x` series.
`toxiproxy-ruby` `0.x` is compatible with the Toxiproxy `1.x` series.
[Toxiproxy](https://github.com/shopify/toxiproxy) is a proxy to simulate network
and system conditions. The Ruby API aims to make it simple to write tests that
ensure your application behaves appropriately under harsh conditions. Before you
can use the Ruby library, you need to read the [Usage section of the Toxiproxy
README](https://github.com/shopify/toxiproxy#usage).
-```
-gem install toxiproxy
+```shell
+$ gem install toxiproxy
```
Make sure the Toxiproxy server is already running.
For more information about Toxiproxy and the available toxics, see the [Toxiproxy