From 2f136adee509992a88d615e4a3af4a2dd6d2f600 Mon Sep 17 00:00:00 2001 From: Daan De Smedt Date: Tue, 1 Jun 2021 17:50:40 +0200 Subject: [PATCH] docs(devtools): small type on README.md (rangle/angular-devtools#836) A small type fixed on the README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1491e3d935d..75cd532b9c9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ yarn start ### Build and Install on Chrome locally -1. After installation, genrate chrome build by running `yarn build:chrome` +1. After installation, generate chrome build by running `yarn build:chrome` 2. Navigate to `chrome://extensions` and enable Developer mode. 3. Choose "Load unpacked extension". 4. In the dialog, select the directory `dist/shell-chrome`.