From 6bfb0080511015498c771e9dba91f479f251c3f2 Mon Sep 17 00:00:00 2001 From: Afzal <94980910+afzalbin64@users.noreply.github.com> Date: Fri, 4 Aug 2023 02:27:29 +0000 Subject: [PATCH] revert the referrence Signed-off-by: Afzal <94980910+afzalbin64@users.noreply.github.com> --- plugin/storage/grpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/storage/grpc/README.md b/plugin/storage/grpc/README.md index dcca8ee8e9e..1fee18db23a 100644 --- a/plugin/storage/grpc/README.md +++ b/plugin/storage/grpc/README.md @@ -206,7 +206,7 @@ grpc.ServeWithGRPCServer(&shared.PluginServices{ }) ``` -Refer to `example/hotrod` for more details. +Refer to `example/memstore-plugin` for more details. Bearer token propagation from the UI ------------------------------------