From 402e9d9025e6668f47741ca1b387630342ab2039 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 28 Aug 2023 14:24:52 -0700 Subject: [PATCH] Minor cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b2a3b5..f0a3a3a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Bld](https://rife2.com/bld) Extension to Run Tests with [TestNG](https://testng.org/) +# [bld](https://rife2.com/bld) Extension to Run Tests with [TestNG](https://testng.org/) [![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) @@ -43,7 +43,7 @@ public void test throws Exception { ./bld compile test ``` -- [View Examples](https://github.com/rife2/bld-tetng/tree/master/examples] +- [View Examples](https://github.com/rife2/bld-tetng/tree/master/examples) Please check the [TestNgOperation documentation](https://rife2.github.io/bld-testng/rife/bld/extension/TestNgOperation.html#method-summary) for all available configuration options.