Index: examples/echo/README.md |
diff --git a/examples/echo/README.md b/examples/echo/README.md |
index 52c3ec38bc52849ad81e180fcb9fba014105e8a2..ab8340ef0a67fa3fb0efcc467a0e1e8faf0619ce 100644 |
--- a/examples/echo/README.md |
+++ b/examples/echo/README.md |
@@ -134,7 +134,7 @@ All three servers, being `ApplicationDelegate` derivations, implement |
`ConfigureIncomingConnection` in the same way: |
``` |
-connection->GetServiceProviderImpl().AddService<Echo>( |
+service_provider_impl->AddService<Echo>( |
[this](const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<Echo> echo_request) { |
... |