README.md in zip_tricks-5.5.0 vs README.md in zip_tricks-5.6.0

- old
+ new

@@ -1,8 +1,8 @@ # zip_tricks -[![Build Status](https://travis-ci.org/WeTransfer/zip_tricks.svg?branch=master)](https://travis-ci.org/WeTransfer/zip_tricks) +[![Build Status](https://travis-ci.org/WeTransfer/zip_tricks.svg?branch=main)](https://travis-ci.org/WeTransfer/zip_tricks) [![Gem Version](https://badge.fury.io/rb/zip_tricks.svg)](https://badge.fury.io/rb/zip_tricks) Allows streaming, non-rewinding ZIP file output from Ruby. Initially written and as a spiritual successor to [zipline](https://github.com/fringd/zipline) @@ -173,10 +173,10 @@ as such it performs it's function quite well. Please beware of the security implications of using ZIP readers that have not been formally verified (ours hasn't been). ## Contributing to zip_tricks -* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. +* Check out the latest `main` to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.