From dd9c94948cda8c6793a10b549ff4af0c88b8033c Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 28 Feb 2022 22:39:43 +0900 Subject: [PATCH] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a542818..121709f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ footer { --- -## CI/CD (Continuous Integration and Continuous Delivery) +## 継続的インテグレーション・継続的デリバリー (CI/CD) 変更を決めてからその変更が利用者に提供されるまでの一連の継続的な活動 @@ -102,7 +102,7 @@ footer { --- -## Test-Driven Development (TDD) +## テスト駆動開発 (TDD) 最初からテストをすばやいサイクルで行い続ける設計手法