diff --git a/README.md b/README.md index 852cae2..098f237 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Gocommon [![Build Status](https://travis-ci.org/nyaruka/gocommon.svg?branch=master)](https://travis-ci.org/nyaruka/gocommon) [![Coverage Status](https://coveralls.io/repos/github/nyaruka/gocommon/badge.svg?branch=master)](https://coveralls.io/github/nyaruka/gocommon?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/nyaruka/gocommon)](https://goreportcard.com/report/github.com/nyaruka/gocommon) -Common functionality in goflow and courier. +Common functionality in [mailroom](https://github.com/nyaruka/mailroom), [goflow](https://github.com/nyaruka/goflow) and [courier](https://github.com/nyaruka/courier). ## Running Tests -You can run all the tests (excluding tests in vendor packages) with: +You can run all the tests with: ``` % go test github.com/nyaruka/gocommon/...