From 75fc6d055275c70dc9ac6b8f95d0ae9e276e1c66 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 18 Nov 2024 14:54:05 +0100 Subject: [PATCH] refactoring --- README.md | 2 +- util/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5d72d7..4d11370 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ \_____|\___/|_| |_| |_|\__,_| ``` -Goma Gateway is a lightweight API Gateway Management. +Goma Gateway is a lightweight High-Performance API Gateway Management. [![Build](https://github.com/jkaninda/goma-gateway/actions/workflows/release.yml/badge.svg)](https://github.com/jkaninda/goma-gateway/actions/workflows/release.yml) [![Test](https://github.com/jkaninda/goma-gateway/actions/workflows/test.yml/badge.svg)](https://github.com/jkaninda/goma-gateway/actions/workflows/test.yml) diff --git a/util/constants.go b/util/constants.go index ed4f589..8a06098 100644 --- a/util/constants.go +++ b/util/constants.go @@ -29,4 +29,4 @@ func FullVersion() { const MainExample = "Initialize config: config init --output config.yml\n" + "Start server: server \n" + "Start server with custom config file: server --config config.yml \n" + - "Check config file: config init -f -o config.yml" + "Check config file: config check --config config.yml"