From eca0a12d226bf10c0d77774d33b4eed91928461b Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 25 May 2017 09:49:55 -0700 Subject: [PATCH] Fix TraceClient example on the main README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd664e16bea..8e4e7ae7f1c6 100644 --- a/README.md +++ b/README.md @@ -518,7 +518,7 @@ require 'vendor/autoload.php'; use Google\Cloud\Trace\TraceClient; -$traceClient = new SpeechClient([ +$traceClient = new TraceClient([ 'projectId' => 'my_project' ]);