From ab6a4bc110ea1c0a18190368a4aaa7ae32260118 Mon Sep 17 00:00:00 2001 From: Joshua Darnell Date: Mon, 4 Sep 2023 15:50:18 -0700 Subject: [PATCH] Update README.md (#166) Updated Gradle Build badge branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ee66437..1e34cffe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RESO Commander -[![CodeFactor](https://www.codefactor.io/repository/github/resostandards/web-api-commander/badge)](https://www.codefactor.io/repository/github/resostandards/web-api-commander) ![Java CI with Gradle](https://github.com/RESOStandards/web-api-commander/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=master) +[![CodeFactor](https://www.codefactor.io/repository/github/resostandards/web-api-commander/badge)](https://www.codefactor.io/repository/github/resostandards/web-api-commander) ![Java CI with Gradle](https://github.com/RESOStandards/web-api-commander/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=main) The RESO Commander is an OData client Java library and command-line client, as well as an automated RESO Certification testing tool. @@ -34,4 +34,4 @@ run in a Docker container. ## [Codegen](/doc/Codegen.md) The RESO Commander may also be used to generate reference XML Metadata, DDL, database seeds, -automated acceptance tests, reference server models, and to convert XML Metadata to Open API 3 format. \ No newline at end of file +automated acceptance tests, reference server models, and to convert XML Metadata to Open API 3 format.