From 329f929ebad64e71b81ade6a564eb83b4e56b52f Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Sat, 12 Oct 2024 19:05:44 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0a056d..d31d806 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rpcsx-ui -This repo houses an experimental cross-platform UI for RPCSX built using Tauri and Svelte. UI is renderer using OS native browser frameworks, and IPC with the main RPCSX process will be done through the Rust backend. +This repo houses an experimental cross-platform UI for RPCSX built using Tauri and Svelte. UI is rendered using OS native browser frameworks, and IPC with the main RPCSX process will be done through the Rust backend. ## Dependencies - [Rust](https://www.rust-lang.org/tools/install)