Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jun 13, 2024
1 parent 5ef7121 commit 9016603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Epoxy - An independent flexible XAML MVVM library
# Epoxy - 簡単・シンプル・最小限のマルチプラットフォームMVVMライブラリ

![Epoxy bin](Images/Epoxy.160.png)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Epoxy - An independent flexible XAML MVVM library
# Epoxy - Easy, simplicity and minimalism multi-platform MVVM library.

![Epoxy bin](Images/Epoxy.160.png)

Expand Down Expand Up @@ -353,8 +353,8 @@ Different events can be added to a `Well` at the same time. Only one handler wit

`EventBinder` will also continue to be supported, but if you want to decide if you should migrate to `Fountain`/`Well`, please refer to the table below.

|Insight|Advantages|Disadvantages|
|:----|:----|:----|:----|
|Insight|Advantages|Note|
|:----|:----|:----|
|XAML|One of the least amount of code.|Different architecture from `Behavior` based.|
|Binding|Can bind `Well`|Cannot bind `ICommand`|
|ViewModel|Not only CLR events but also `RoutedEvents` can be hooked. Avalonia automatically determines handler argument types.|Not using `ICommand`.|
Expand Down

0 comments on commit 9016603

Please sign in to comment.