From ccce24e0ef5cfcb476c3f4eedfdf3dbc8aece821 Mon Sep 17 00:00:00 2001 From: Calvin Brown Date: Sun, 7 Oct 2018 21:41:38 -0500 Subject: [PATCH 1/2] Adding the cats friendly badge link to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5974b9dba3..565283e97f 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,14 @@ By sharing the same set of type classes, instances and data types provided by Ca Your project talks cats too? [Submit a PR to add it here!](https://github.com/typelevel/cats/edit/master/README.md) -*The full-size [Cats logo](https://typelevel.org/cats/img/cats-logo.png) is available for use for Cats related projects, contents, souvenirs, etc.* +*The full-size [Cats logo](https://typelevel.org/cats/img/cats-logo.png) is available for use for Cats related projects, contents, souvenirs, etc.* + +*We offer a [Cats Friendly Badge](https://typelevel.org/cats/img/cats-badge.svg) to let others know your project works with cats!* + +Below is a quick html snippet to use the badge in your own project. +``` +Cats friendly +``` ### How can I contribute to Cats? From a6759f082005cec3f3cf87680bee9b4400954e51 Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Mon, 8 Oct 2018 14:57:45 -0400 Subject: [PATCH 2/2] some minor improvements --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 565283e97f..e8908e2e0f 100644 --- a/README.md +++ b/README.md @@ -131,11 +131,16 @@ Your project talks cats too? [Submit a PR to add it here!](https://github.com/ty *The full-size [Cats logo](https://typelevel.org/cats/img/cats-logo.png) is available for use for Cats related projects, contents, souvenirs, etc.* -*We offer a [Cats Friendly Badge](https://typelevel.org/cats/img/cats-badge.svg) to let others know your project works with cats!* +*We offer a [Cats Friendly Badge](https://typelevel.org/cats/img/cats-badge.svg) to let others know your project works with Cats!* -Below is a quick html snippet to use the badge in your own project. +![Cats Friendly Badge](https://typelevel.org/cats/img/cats-badge-normal.png) + +Below are quick html and markdown snippets to use the badge in your own project. +```html +Cats friendly ``` -Cats friendly +```markdown +![Cats Friendly Badge](https://typelevel.org/cats/img/cats-badge-tiny.png) ``` ### How can I contribute to Cats?