From a1c3ae121b0445f9e6bc3c5a746520680fd6ec95 Mon Sep 17 00:00:00 2001 From: Fernando Martins <_@fmar.link> Date: Mon, 21 Aug 2023 15:22:49 +0200 Subject: [PATCH] cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8586c60d..e8b39a83 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Current mobile native nostr clients suffer from one of the following: ## Multi-platform -I've decided to use flutter to develop the app, so that with one code base it will generate native clients for a lot of platforms. +I've decided to use flutter to develop the app, so that with one code base it will generate native clients for a lot of platforms.\ A big danger with this approach is if somehow the generated code is not as high performance and free of lagging UI as manual native written code for each platform. ## Join