Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

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 committed Nov 30, 2020
1 parent 4f72b11 commit be20d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 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 be20d3d

Please sign in to comment.