From eb3386eb8e66d421163affb913eca51795826fa6 Mon Sep 17 00:00:00 2001 From: Nhat Date: Tue, 28 Feb 2023 02:44:43 -0800 Subject: [PATCH] Reposition the migration banner (#178) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7388020..1073512 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -> ⚠️ From `v0.5.0`, the project is rebranded to `go.nhat.io/otelsql`. `v0.4.x` is the last version with `github.com/nhatthm/otelsql`. - # OpenTelemetry SQL database driver wrapper for Go [![GitHub Releases](https://img.shields.io/github/v/release/nhatthm/otelsql)](https://github.com/nhatthm/otelsql/releases/latest) @@ -41,6 +39,8 @@ Add a OpenTelemetry wrapper to your existing database code to instrument the int ## Install +> ⚠️ From `v0.5.0`, the project is rebranded to `go.nhat.io/otelsql`. `v0.4.x` is the last version with `github.com/nhatthm/otelsql`. + ```bash go get go.nhat.io/otelsql ```