diff --git a/.repo-metadata.json b/.repo-metadata.json index c16470e1..61abd323 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -7,7 +7,7 @@ "release_level": "ga", "language": "nodejs", "repo": "googleapis/nodejs-dialogflow", - "distribution_name": "dialogflow", + "distribution_name": "@google-cloud/dialogflow", "api_id": "dialogflow.googleapis.com", "requires_billing": true } diff --git a/README.md b/README.md index 6bec0837..05cfdc7e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained]. ### Installing the client library ```bash -npm install dialogflow +npm install @google-cloud/dialogflow ```