From 88d49e95aaedfc887a7ea97dd433d921583c9711 Mon Sep 17 00:00:00 2001 From: Xyloflake Date: Fri, 23 Feb 2024 03:01:27 +0530 Subject: [PATCH] Fix typo (#61) * Fix typo * Actually fix the typo Yeah I produced a typo while fixing a typo XD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c1e4ca..47e1878 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Experimental Rust UI library, inspired by SwiftUI. Early days, but some stuff already works. rui will be used for a future version of [Audulus](http://audulus.com/) -rui is GPU rendered and updates reactively (when your state changes). The focus of rui is to have the best ergonomics, and use the simplest possible implementation. As such, there is no retained view tree (DOM) or view diffing. Evertying is re-rendered when state changes, under the assumption that we can do that quickly. +rui is GPU rendered and updates reactively (when your state changes). The focus of rui is to have the best ergonomics, and use the simplest possible implementation. As such, there is no retained view tree (DOM) or view diffing. Everything is re-rendered when state changes, under the assumption that we can do that quickly. [discord server](https://discord.gg/JCVVBU3sCN)