Skip to content

Commit

Permalink
translate: rebrand (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and callmehiphop committed Dec 27, 2016
1 parent a7a8ba6 commit 10b06c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-translate/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @google-cloud/translate ([Alpha][versioning])
> Google Translate API Client Library for Node.js
> Google Cloud Translation API Client Library for Node.js
*Looking for more Google APIs than just Translate? You might want to check out [`google-cloud`][google-cloud].*
*Looking for more Google APIs than just Translation? You might want to check out [`google-cloud`][google-cloud].*

- [API Documentation][gcloud-translate-docs]
- [Official Documentation][cloud-translate-docs]
Expand Down Expand Up @@ -78,7 +78,7 @@ If you are not running this client on Google Cloud Platform, you need a Google D
1. Visit the [Google Developers Console][dev-console].
2. Create a new project or click on an existing project.
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services):
* Google Translate API
* Google Cloud Translation API
4. Navigate to **APIs & auth** > **Credentials** and then:
* If you want to use a new service account key, click on **Create credentials** and select **Service account key**. After the account key is created, you will be prompted to download the JSON key file that the library uses to authenticate your requests.
* If you want to generate a new service account key for an existing service account, click on **Generate new JSON key** and download the JSON key file.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@google-cloud/translate",
"version": "0.6.0",
"author": "Google Inc.",
"description": "Google Translate API Client Library for Node.js",
"description": "Google Cloud Translation API Client Library for Node.js",
"contributors": [
{
"name": "Burcu Dogan",
Expand Down

0 comments on commit 10b06c5

Please sign in to comment.