README.md in async-1.24.1 vs README.md in async-1.24.2

- old
+ new

@@ -3,11 +3,11 @@ Async is a composable asynchronous I/O framework for Ruby based on [nio4r] and [timers]. [timers]: https://github.com/socketry/timers [nio4r]: https://github.com/socketry/nio4r -[![Build Status](https://secure.travis-ci.com/socketry/async.svg)](http://travis-ci.com/socketry/async) +[![Build Status](https://travis-ci.com/socketry/async.svg?branch=master)](https://travis-ci.com/socketry/async) [![Code Climate](https://codeclimate.com/github/socketry/async.svg)](https://codeclimate.com/github/socketry/async) [![Coverage Status](https://coveralls.io/repos/socketry/async/badge.svg)](https://coveralls.io/r/socketry/async) [![Gitter](https://badges.gitter.im/join.svg)](https://gitter.im/socketry/async) > "Lately I've been looking into `async`, as one of my projects – [tus-ruby-server](https://github.com/janko/tus-ruby-server) – would really benefit from non-blocking I/O. It's really beautifully designed." *– [janko](https://github.com/janko)* @@ -353,10 +353,10 @@ - [async-dns](https://github.com/socketry/async-dns) — Asynchronous DNS resolver and server. - [async-rspec](https://github.com/socketry/async-rspec) — Shared contexts for running async specs. ### Projects Using Async -- [ciri](https://github.com/ciri-ethereum/ciri) - An Ethereum implementation written in Ruby. +- [ciri](https://github.com/ciri-ethereum/ciri) — An Ethereum implementation written in Ruby. - [falcon](https://github.com/socketry/falcon) — A rack compatible server built on top of `async-http`. - [rubydns](https://github.com/ioquatix/rubydns) — A easy to use Ruby DNS server. - [slack-ruby-bot](https://github.com/slack-ruby/slack-ruby-bot) — A client for making slack bots. ## License