Skip to content

Commit

Permalink
Merge pull request #509 from brookman/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
temeddix authored Feb 13, 2025
2 parents 8b4c35e + 1bae5e2 commit bf3fdc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ All message classes and structs are generated by Rinf. You can define the messag

## 🎁 Benefits

- **Truly easy**: It only takes about about a minute or two to fully setup your app.
- **Truly easy**: It only takes about a minute or two to fully setup your app.
- **Efficient**: All communication occurs solely through native FFI. There are no webviews, web servers, hidden threads, or unnecessary memory copying that might cause performance overhead. This setup acts as a very thin wrapper around Dart and Rust.
- **Minimal**: This is not a bulky framework that requires you to install so many dependencies and use complicated CLI commands. Just focus on your code using your preferred Flutter and Rust libraries.
- **Scalable**: Creating hundreds or even thousands of message APIs between Dart and Rust feels smooth and clean. Additionally, you have the flexibility to utilize any number of Rust library crates, perhaps including those you might have been working on.
Expand Down
2 changes: 1 addition & 1 deletion flutter_package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ All message classes and structs are generated by Rinf. You can define the messag

## 🎁 Benefits

- **Truly easy**: It only takes about about a minute or two to fully setup your app.
- **Truly easy**: It only takes about a minute or two to fully setup your app.
- **Efficient**: All communication occurs solely through native FFI. There are no webviews, web servers, hidden threads, or unnecessary memory copying that might cause performance overhead. This setup acts as a very thin wrapper around Dart and Rust.
- **Minimal**: This is not a bulky framework that requires you to install so many dependencies and use complicated CLI commands. Just focus on your code using your preferred Flutter and Rust libraries.
- **Scalable**: Creating hundreds or even thousands of message APIs between Dart and Rust feels smooth and clean. Additionally, you have the flexibility to utilize any number of Rust library crates, perhaps including those you might have been working on.
Expand Down
2 changes: 1 addition & 1 deletion rust_crate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ All message classes and structs are generated by Rinf. You can define the messag

## 🎁 Benefits

- **Truly easy**: It only takes about about a minute or two to fully setup your app.
- **Truly easy**: It only takes about a minute or two to fully setup your app.
- **Efficient**: All communication occurs solely through native FFI. There are no webviews, web servers, hidden threads, or unnecessary memory copying that might cause performance overhead. This setup acts as a very thin wrapper around Dart and Rust.
- **Minimal**: This is not a bulky framework that requires you to install so many dependencies and use complicated CLI commands. Just focus on your code using your preferred Flutter and Rust libraries.
- **Scalable**: Creating hundreds or even thousands of message APIs between Dart and Rust feels smooth and clean. Additionally, you have the flexibility to utilize any number of Rust library crates, perhaps including those you might have been working on.
Expand Down

0 comments on commit bf3fdc9

Please sign in to comment.