diff --git a/examples/README.md b/examples/README.md index aeb5ef1f31..9a8666b309 100644 --- a/examples/README.md +++ b/examples/README.md @@ -161,5 +161,5 @@ For testing a gRPC server, create the server as an InProcessServer, and test it against a real client stub with an InProcessChannel. The gRPC-java library also provides a JUnit rule, -[GrpcServerRule](../testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java), to do the graceful +[GrpcCleanupRule](../testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java), to do the graceful shutdown boilerplate for you.