From 41ca9fc6d4c673cb8f33b52a1216c78d8b525d22 Mon Sep 17 00:00:00 2001 From: "kanta.sasaki" <49396455+atomic-kanta-sasaki@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:27:05 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4d2ac..96fcb63 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# ts-vo-generator +![image](https://github.com/atomic-kanta-sasaki/typescript-value-object-generator/assets/49396455/adefcd3d-bebe-4101-891a-32f60d995f22)# ts-vo-generator +![image](https://github.com/atomic-kanta-sasaki/typescript-value-object-generator/assets/49396455/6787b715-d6ac-4040-b7c0-3e6483add91f) `ts-vo-generator` is a tool to generate TypeScript Value Objects from classes. This tool allows you to easily create immutable data structures in TypeScript by generating Value Objects based on constructor arguments.