From 89c48062756950995f7f36badde6dfded160461e Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 16 Dec 2018 18:57:39 +1100 Subject: [PATCH] Minor typo in the README Instalation updated to Installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f1f293..2cdf013d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It can be used as a browser extension (for [Chrome](https://chrome.google.com/we ### Documentation -- [Brower Extension Instalation and Configuration](https://github.com/zalmoxisus/redux-devtools-extension#installation) +- [Brower Extension Installation and Configuration](https://github.com/zalmoxisus/redux-devtools-extension#installation) - [Manual Integration as a React Component](./docs/Walkthrough.md#manual-integration) - [Extension Options (Arguments)](https://github.com/zalmoxisus/redux-devtools-extension/tree/master/docs/API/Arguments.md) - [Extension Methods (Advanced API)](https://github.com/zalmoxisus/redux-devtools-extension/tree/master/docs/API/Methods.md)