From 4e16c67cde213e54393ec4c33d66d436f5540eb7 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Thu, 6 Jul 2023 15:53:28 -0300 Subject: [PATCH] refactor: s/sidecar/proxy/g --- build.clj | 2 +- readme.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.clj b/build.clj index 1f3b39e..da72e7b 100644 --- a/build.clj +++ b/build.clj @@ -1,7 +1,7 @@ (ns build (:require [clojure.tools.build.api :as b])) -(def lib 'emqx-snowflake-sidecar) +(def lib 'emqx-snowflake-proxy) (def version "0.0.0") (def class-dir "target/classes") (def basis (b/create-basis {:project "deps.edn"})) diff --git a/readme.md b/readme.md index 9dc9924..2ef9847 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[![test](https://github.com/thalesmg/emqx-snowflake-sidecar/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/thalesmg/emqx-snowflake-sidecar/actions/workflows/test.yaml) +[![test](https://github.com/emqx/emqx-snowflake-proxy/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/emqx/emqx-snowflake-proxy/actions/workflows/test.yaml) # prerequisites @@ -47,8 +47,8 @@ clj ```sh clj -T:build uber -java -jar target/emqx-snowflake-sidecar-0.0.0-standalone.jar -java -jar target/emqx-snowflake-sidecar-0.0.0-standalone.jar -D taoensso.timbre.config.edn='{:min-level :info}' +java -jar target/emqx-snowflake-proxy-0.0.0-standalone.jar +java -jar target/emqx-snowflake-proxy-0.0.0-standalone.jar -D taoensso.timbre.config.edn='{:min-level :info}' ``` ## testing