From 590a09f5de46769160abc8b25c07d32a6b64cb82 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Sun, 31 Mar 2024 10:58:39 +0300 Subject: [PATCH] update readme gifs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c32a9af..4bc0a84 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ With a static site, requests for typical SPA paths (e.g. `/user/1`, `/login`) wo [SPA tutorial](https://github.com/lwsjs/local-web-server/wiki/How-to-serve-a-Single-Page-Application-(SPA)). - + ### URL rewriting and proxied requests @@ -75,7 +75,7 @@ $ ws --rewrite '/posts/(.*) -> https://jsonplaceholder.typicode.com/posts/$1' This clip demonstrates the above plus use of `--static.extensions` to specify a default file extension and `--verbose` to monitor activity. - + ### HTTPS and HTTP2