From 248a98a89a6b7760ccb4016bcd958e33a4ec3cf3 Mon Sep 17 00:00:00 2001 From: Flux Date: Sat, 11 Jan 2025 12:31:19 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9d288f..a8430c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### README for `compile_rust_for_flutter.sh` +### README for `rust_to_flutter.sh` This script compiles a Rust library for both Android and iOS and copies the generated libraries to the appropriate Flutter project directories. @@ -16,12 +16,12 @@ This script compiles a Rust library for both Android and iOS and copies the gene 2. Run the script: ```bash - ./compile_rust_for_flutter.sh + ./rust_to_flutter.sh ``` #### Example: ```bash -./compile_rust_for_flutter.sh ./rust_project ./flutter_project +./rust_to_flutter.sh ./rust_project ./flutter_project ``` #### Notes: