From c0c549472e16b6900cafdb0d9dee34f915312e87 Mon Sep 17 00:00:00 2001 From: Inga Date: Wed, 20 Nov 2024 15:02:01 +0000 Subject: [PATCH] wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0bb3f1..daa8667 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ and then files in `src/frontend` and `src/shared` are served at `/frontend` and ### User interface / handling interactions -Of course the obvious choice would be to implement everything in React or another reactive framework, +Of course the obvious choice would be to implement everything in React or another similar framework, but where is the fun in that? I wanted to minimise the size of the resulting frontend application, and the best way to reduce the number of dependencies on frontend is to not have any dependencies, @@ -301,7 +301,7 @@ None. https://github.com/WebKit/standards-positions/issues/97. Everything should still work in online mode, falling back on client-server communication. * Servo: checked, does **not** work in nightly as of 2024-11-20, and I don't have an opportunity to figure out why - (it's not packaged for Alpine, their regular Linux builds don't work on Alpine, + (it's not packaged for Alpine (...yet), their regular Linux builds don't work on Alpine, so I had to check it on someone else's Windows machine). ## Known issues and quirks