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