From af2907a350c739c57cf75c5b104d5aa8c4c6e31c Mon Sep 17 00:00:00 2001 From: Lennart Rudolph Date: Fri, 9 Feb 2024 16:36:53 -0800 Subject: [PATCH] fix(docs): Update signer package import in the consumer example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c8281..86bd162 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ import ( "os" "os/signal" - "github.com/awslabs/aws-msk-iam-sasl-signer-go/signer" + "github.com/aws/aws-msk-iam-sasl-signer-go/signer" "github.com/IBM/sarama" )