From 3bf793afaa30e1c6c1ff51e75237d5360c61283d Mon Sep 17 00:00:00 2001 From: Zalmoxisus Date: Fri, 21 Dec 2018 23:58:24 +0200 Subject: [PATCH] Add credits --- packages/redux-devtools-inspector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/redux-devtools-inspector/README.md b/packages/redux-devtools-inspector/README.md index 12650821..3c205567 100644 --- a/packages/redux-devtools-inspector/README.md +++ b/packages/redux-devtools-inspector/README.md @@ -2,7 +2,7 @@ [![npm version](https://badge.fury.io/js/redux-devtools-inspector.svg)](https://badge.fury.io/js/redux-devtools-inspector) -A state monitor for [Redux DevTools](https://github.com/gaearon/redux-devtools) that provides a convenient way to inspect "real world" app states that could be complicated and deeply nested. +A state monitor for [Redux DevTools](https://github.com/reduxjs/redux-devtools) that provides a convenient way to inspect "real world" app states that could be complicated and deeply nested. Created by [@alexkuz](https://github.com/alexkuz) and merged from [`alexkuz/redux-devtools-inspector`](https://github.com/romseguy/map2tree) into [`reduxjs/redux-devtools` monorepo](https://github.com/reduxjs/redux-devtools). ![](https://raw.githubusercontent.com/alexkuz/redux-devtools-inspector/master/demo.gif)