Skip to content

Commit 7a5b02b

Browse files
committed
Updated readme.
1 parent 5ef7121 commit 7a5b02b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Epoxy - An independent flexible XAML MVVM library
1+
# Epoxy - 簡単、シンプル、最小限のマルチプラットフォームMVVMライブラリ
22

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

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Epoxy - An independent flexible XAML MVVM library
1+
# Epoxy - Easy, simplicity and minimulism multi-platform MVVM library.
22

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

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

354354
`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.
355355

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

0 commit comments

Comments
 (0)