From f5e0226b44eac61fbe7e70c97bed640407560697 Mon Sep 17 00:00:00 2001 From: Rezmason Date: Sat, 1 Oct 2022 17:00:23 -0700 Subject: [PATCH] Update README with clarification --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 452da72..c93ecbb 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ This project is a web implementation of the raining green code seen in the *Matrix* franchise. It's built right on top of the functional WebGL wrapper, [REGL](https://regl.party), with beta support for the upcoming graphics API [WebGPU](https://github.com/gpuweb/gpuweb); its previous Three.js version is maintained in a separate branch. +This project runs right in the web browser; you can serve it from any HTTP/HTTPS server with no additional setup. + ## Goals