From 85e0882f71b8ec0ae07868d195c7316843b87453 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Tue, 17 Dec 2024 01:52:32 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc0d47..61f0d8c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ System.out.println(result.score); // 237 ## 🛠️ Development -For testing, we use the [Intellij][] built-in testing library [JUint][]. +For testing, we use [IntelliJ][]'s built-in testing library, [JUnit][]. See Microsoft's support page for more information: [Walkthrough: Create and run unit tests for managed code](https://learn.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code).