From 74a81071134839209ea03d127b46129472cc5463 Mon Sep 17 00:00:00 2001 From: "Cyp[Lee Byoung Gyu]" Date: Fri, 2 Jun 2023 16:47:49 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 881e8d4..28875fc 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ this project was created to easily delete these newline characters. You can use other programs or websites, but the convenience provided by DeleteNewline will be the best. ## Release environment -OS : Windows -.NET : 6.0 LTS +* OS : Windows +* .NET : 6.0 LTS Currently, my personal use environment stays in Windows, so there is no plan to support MAC environment. From 476e8c193b77cacb59025ddb82522351d8168371 Mon Sep 17 00:00:00 2001 From: "Cyp[Lee Byoung Gyu]" Date: Fri, 2 Jun 2023 19:53:01 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 28875fc..138cb6e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,3 @@ Currently, my personal use environment stays in Windows, so there is no plan to perhaps the last function is most useful. Text with Newline removed is located on your 'clipboard'. You can check it by using the Win + V key or Ctrl + V key. - -## Matter under consideration. -If there are no problems outside of development(Rule), I willing to connect translator such as Google, Papago, and Bing directly to the DeleteNewline. (Probably not the way to implement it using the API.)