From ed7bd3445b1f5fcd3048f73779e471de0d1b7cb3 Mon Sep 17 00:00:00 2001 From: Jonathan Rubin Date: Fri, 16 Sep 2022 15:04:01 -0400 Subject: [PATCH] Updated typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c73b6b..1e42715 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Web extension for web devs. Monitors source files on a page. Reloads the host pa Start by creating a "reload rule" where you specify a host URL for a page. Then specify which source file URLs to monitor for changes on that host page. -When you visit a page matching a host URL you configured, it will start monitoring the specified source files (if they're included in the host page). When a change is detected, it will ireload the page or optionally only reload the source file inline without reloading the host page. Inline reloading is supported for stylesheets and frames. +When you visit a page matching a host URL you configured, it will start monitoring the specified source files (if they're included in the host page). When a change is detected, it will reload the page or optionally only reload the source file inline without reloading the host page. Inline reloading is supported for stylesheets and frames. Live Reload allows monitoring iframes, stylesheets, scripts and the host page itself.