Skip to content

Commit 0f7a8f6

Browse files
committed
Add Travis and AppVeyor badges
1 parent 14d06fa commit 0f7a8f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Redux DevTools Extension
22

3+
[![Build Status](https://travis-ci.org/zalmoxisus/redux-devtools-extension.svg)](https://travis-ci.org/zalmoxisus/redux-devtools-extension) [![Build status Windows](https://ci.appveyor.com/api/projects/status/1wh9bjvldj7wq3wn?svg=true)](https://ci.appveyor.com/project/zalmoxisus/redux-devtools-extension)
4+
35
![Demo](demo/v1.3.0.png)
46

57
## Implementation
@@ -72,7 +74,7 @@
7274
- [disconnect](docs/API/Methods.md#windowdevtoolsextensiondisconnect)
7375
- [Troubleshooting](docs/Troubleshooting.md)
7476
- [Change Log](https://github.com/zalmoxisus/redux-devtools-extension/releases)
75-
- [Feedback](https://github.com/zalmoxisus/redux-devtools-extension/releases)
77+
- [Feedback](docs/Feedback.md)
7678

7779
##📺 Videos
7880

@@ -93,7 +95,7 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
9395

9496
## Credits
9597

96-
- Built with our [browser-redux](https://github.com/zalmoxisus/browser-redux) boilerplate.
98+
- Built using [Crossbuilder](https://github.com/zalmoxisus/crossbuilder) boilerplate.
9799
- Includes [Dan Abramov](https://github.com/gaearon)'s [redux-devtools](https://github.com/gaearon/redux-devtools).
98100
- Inspired from [Taylor Hakes](https://github.com/taylorhakes)' [work](https://github.com/taylorhakes/redux-devtools/tree/chrome-devtools).
99101
- [The logo icon](https://github.com/rackt/redux/issues/151#issuecomment-150060367) made by [Keith Yong](https://github.com/keithyong) .

0 commit comments

Comments
 (0)