From 0a180df54ce20bc3d40faed5286c8699fea9021a Mon Sep 17 00:00:00 2001 From: "Mark Allen Matney, Jr" <mmatney@library.ucla.edu> Date: Mon, 21 May 2018 14:10:01 -0400 Subject: [PATCH] mention Redux DevTools in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aed60de16..3496b9991 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,9 @@ $ npm run test:watch ```sh $ npm run lint ``` + +## Debugging + +### Redux DevTools + +This is a web browser extension for debugging Redux applications. See https://github.com/zalmoxisus/redux-devtools-extension for installation and usage instructions. \ No newline at end of file -- GitLab