Skip to content

Commit

Permalink
docs: fix import example (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and callmehiphop committed May 16, 2019
1 parent 01a5e8b commit 611c1a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class RecaptchaEnterpriseServiceV1Beta1Client {
*
* @example
*
* const recaptchaenterprise = require('recaptchaenterprise.v1beta1');
* const recaptchaenterprise = require('@google-cloud/recaptchaenterprise');
*
* const client = new recaptchaenterprise.v1beta1.RecaptchaEnterpriseServiceV1Beta1Client({
* // optional auth parameters.
Expand Down Expand Up @@ -276,7 +276,7 @@ class RecaptchaEnterpriseServiceV1Beta1Client {
*
* @example
*
* const recaptchaenterprise = require('recaptchaenterprise.v1beta1');
* const recaptchaenterprise = require('@google-cloud/recaptchaenterprise');
*
* const client = new recaptchaenterprise.v1beta1.RecaptchaEnterpriseServiceV1Beta1Client({
* // optional auth parameters.
Expand Down
8 changes: 4 additions & 4 deletions packages/google-cloud-recaptchaenterprise/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-14T17:26:37.612221Z",
"updateTime": "2019-05-15T11:21:09.217206Z",
"sources": [
{
"generator": {
Expand All @@ -12,15 +12,15 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ffa256646fb15c4a6c720f0ed8f984a0ea513416",
"internalRef": "248066377"
"sha": "275cdfcdc3188a60456f43acd139b8cc037379f4",
"internalRef": "248217300"
}
},
{
"template": {
"name": "node_library",
"origin": "synthtool.gcp",
"version": "2019.4.10"
"version": "2019.5.2"
}
}
],
Expand Down

0 comments on commit 611c1a4

Please sign in to comment.