From 59d314aca47cb11221ba004acfa7898976ad8053 Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Sat, 2 Mar 2019 12:17:21 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af3b3b1..e8b4380 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-reflect/blob/master/LICENSE.md) [![npm version](https://badge.fury.io/js/can-reflect.svg)](https://www.npmjs.com/package/can-reflect) [![Travis build status](https://travis-ci.org/canjs/can-reflect.svg?branch=master)](https://travis-ci.org/canjs/can-reflect) -[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/canjs/can-reflect?branch=master&svg=true)](https://ci.appveyor.com/project/matthewp/can-reflect) -[![Coverage status](https://coveralls.io/repos/github/canjs/can-reflect/badge.svg?branch=master)](https://coveralls.io/github/canjs/can-reflect?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-reflect.svg)](https://greenkeeper.io/) +[![Sauce Test Status](https://saucelabs.com/browser-matrix/can-reflect.svg)](https://saucelabs.com/u/can-reflect) + Reflect allows you to reflection on unknown data types. ## Documentation