From 1b55747f818d3ef730aaf0f106a67fb7191e36cd Mon Sep 17 00:00:00 2001 From: Jacob Marshall Date: Sun, 26 Jun 2022 08:44:56 +0100 Subject: [PATCH] Update heading for HMR instead of HRM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97469b680..96cd9b917 100755 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The boilerplate is already prepared to have a popup, an options page, a backgrou This boilerplate now supports TypeScript! The `Options` Page is implemented using TypeScript. Please refer to `src/pages/Options/` for example usages. -## Webpack auto-reload and HRM +## Webpack auto-reload and HMR To make your workflow much more efficient this boilerplate uses the [webpack server](https://webpack.github.io/docs/webpack-dev-server.html) to development (started with `npm start`) with auto reload feature that reloads the browser automatically every time that you save some file in your editor.