From c36104f9acc0c05e57c80465f2a9fb5931f2630e Mon Sep 17 00:00:00 2001 From: mato533 <35281743+mato533@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:15:46 +0900 Subject: [PATCH] docs: fix invalid indents at readme Closes: 31 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3de2b7e..6962578 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There are following reasends. 1. When implementing IPC using contextBridge, we want to use it in a type-safe. -image + image 1. We want to be freed from channel management.