Skip to content

Commit

Permalink
docs: fix npm package name in README (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
laljikanjareeya authored Nov 30, 2020
1 parent e6eea08 commit dc9a7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit dc9a7e4

Please sign in to comment.