From 9016603d8fc1cdea350e7a07c15d68e5d5f75483 Mon Sep 17 00:00:00 2001 From: Kouji Matsui Date: Tue, 11 Jun 2024 09:30:08 +0900 Subject: [PATCH] Updated readme. --- README.ja.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ja.md b/README.ja.md index cdd531b3..82dd44f1 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1,4 +1,4 @@ -# Epoxy - An independent flexible XAML MVVM library +# Epoxy - 簡単・シンプル・最小限のマルチプラットフォームMVVMライブラリ ![Epoxy bin](Images/Epoxy.160.png) diff --git a/README.md b/README.md index 677938a5..eccdc94e 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`.|