From 0efbd22dc35e81e9dc85e761f1ce7c25fa3f602f Mon Sep 17 00:00:00 2001 From: Chris Bolin Date: Fri, 13 Apr 2018 09:19:28 -0600 Subject: [PATCH] change travis links after repo renaming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa64047..cbe3096 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The fastest deep equal comparison for React, perfect for `shouldComponentUpdate`, also really fast at general-purpose deep comparison. This is a fork of the brilliant [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) with some extra handling for React. -[![Build Status](https://travis-ci.org/FormidableLabs/fast-deep-equal.svg?branch=master)](https://travis-ci.org/FormidableLabs/fast-deep-equal) +[![Build Status](https://travis-ci.org/FormidableLabs/react-fast-compare.svg?branch=master)](https://travis-ci.org/FormidableLabs/react-fast-compare) [![npm version](https://badge.fury.io/js/react-fast-compare.svg)](http://badge.fury.io/js/react-fast-compare) chart