From 237b7934cf88d7bcb527dae975eac58ce03d67e9 Mon Sep 17 00:00:00 2001 From: QuanDT Date: Mon, 2 Feb 2026 03:12:24 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94def7c..3bdf6c7 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,11 @@ SickBlazorApp/ ├── SickBlazorApp/ # Project Blazor chính │ ├── Components/ # (nếu có reusable components) + │ ├── eds/ # EDS files của Sick encoder │ ├── Models/ # PositionPdo, CanFrame, CanNodeState, ... │ ├── Options/ # CanBusOptions │ ├── Services/ # PcanCanService + interface - │ ├── Pages/ # sick.razor (trang chính) + │ ├── Pages/ # Home.razor, sick.razor(UI) │ └── Program.cs ├── docs/ # Tài liệu └── README.md