Skip to content

Commit

Permalink
Remove project id.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Nov 16, 2016
1 parent 27cfeab commit eb5a4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/quickstart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require "google/cloud"

# Your Google Cloud Platform project ID
project_id = "nodejs-docs-samples"
project_id = "YOUR_PROJECT_ID"

# Instantiates a client
gcloud = Google::Cloud.new project_id
Expand Down

0 comments on commit eb5a4a2

Please sign in to comment.