Skip to content

Commit fec6dc0

Browse files
committed
chore: add npm version badge to readme
1 parent b40fe17 commit fec6dc0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Redux TypeScript Actions [![Build Status](https://travis-ci.org/aikoven/redux-typescript-actions.svg?branch=master)](https://travis-ci.org/aikoven/redux-typescript-actions)
1+
# Redux TypeScript Actions [![npm version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
22

33
A simple Action Creator library for TypeScript. Its goal is to provide simple
44
yet type-safe experience with Redux actions.
@@ -151,3 +151,8 @@ if (isType(action, somethingHappened)) {
151151
// action.payload has type {foo: string};
152152
}
153153
```
154+
155+
[npm-image]: https://badge.fury.io/js/redux-typescript-actions.svg
156+
[npm-url]: https://badge.fury.io/js/redux-typescript-actions
157+
[travis-image]: https://travis-ci.org/aikoven/redux-typescript-actions.svg?branch=master
158+
[travis-url]: https://travis-ci.org/aikoven/redux-typescript-actions

0 commit comments

Comments
 (0)