Skip to content

Commit b272eff

Browse files
committed
added new build status badge for circle; mentioned community-provided TypeScript types
1 parent 21d033a commit b272eff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Logger for Redux
22
[![npm](https://img.shields.io/npm/v/redux-logger.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/redux-logger)
33
[![npm](https://img.shields.io/npm/dm/redux-logger.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/redux-logger)
4-
[![Build Status](https://travis-ci.org/LogRocket/redux-logger.svg?branch=master)](https://travis-ci.org/LogRocket/redux-logger)
4+
[![Build Status](https://circleci.com/gh/LogRocket/redux-logger/tree/master.svg?style=svg)](https://circleci.com/gh/LogRocket/redux-logger/tree/master)
55

66
![redux-logger](http://i.imgur.com/CgAuHlE.png)
77

@@ -31,6 +31,10 @@ For more informatiom about the future of redux-logger, check out the [discussion
3131
## Install
3232
`npm i --save redux-logger`
3333

34+
Typescript types are also available, via [DefinitelyTyped](https://www.npmjs.com/package/@types/redux-logger):
35+
36+
`npm i @types/redux-logger`
37+
3438
## Usage
3539
```javascript
3640
import { applyMiddleware, createStore } from 'redux';

0 commit comments

Comments
 (0)