Skip to content

Commit 5b5411e

Browse files
author
Ace Nassri
committed
Tweak README + package.json
1 parent a80f210 commit 5b5411e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

endpoints/getting-started-grpc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ sudo apt-get update
5959
$ sudo apt-get install docker.io
6060
```
6161

62-
1. Using the SSH connection to your instance, initialize the required Docker images in the order specified below. Replace `[YOUR_SERVICE_NAME]` and `[YOUR_SERVICE_CONFIG_ID]` with your service's name and config ID respectively.
62+
1. Using the SSH connection to your instance, initialize the required Docker images in the order specified below. Replace `[YOUR_GCLOUD_PROJECT]`, `[YOUR_SERVICE_NAME]` and `[YOUR_SERVICE_CONFIG_ID]` with your GCloud Project ID, your service's name and your service's config ID respectively.
6363
```
6464
$ sudo docker run -d --name=helloworld gcr.io/[YOUR_GCLOUD_PROJECT]/endpoints-example:1.0
6565
```
@@ -106,13 +106,13 @@ $ kubectl create -f container-engine.yaml
106106
$ kubectl get service
107107
```
108108

109-
1. Use the client to test your Endpoints deployment. Replace `[YOUR_CLUSTER_IP_ADDRESS]` with your pod's external IP address, and `[YOUR_API_KEY]` with a [valid Google Cloud Platform API key](https://support.google.com/cloud/answer/6158862?hl=en).
109+
1. Use the client to test your Endpoints deployment. Replace `[YOUR_CLUSTER_IP_ADDRESS]` with your service's external IP address, and `[YOUR_API_KEY]` with a [valid Google Cloud Platform API key](https://support.google.com/cloud/answer/6158862?hl=en).
110110
```
111111
$ node client.js -h [YOUR_CLUSTER_IP_ADDRESS]:80 -k [YOUR_API_KEY]
112112
```
113113

114114
## Cleanup
115-
If you do not intend to use the resources you created for this tutorial in the future, delete your [VM instances](https://console.cloud.google.com/compute/instances) or [container clusters](https://console.cloud.google.com/kubernetes/list) to prevent additional charges.
115+
If you do not intend to use the resources you created for this tutorial in the future, delete your [VM instances](https://console.cloud.google.com/compute/instances) and/or [container clusters](https://console.cloud.google.com/kubernetes/list) to prevent additional charges.
116116

117117
## Troubleshooting
118118
If you're having issues with this tutorial, here are some things to try:

endpoints/getting-started-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appengine-endpoints",
3-
"description": "Endpoints Node.js sample for Google App Engine",
3+
"description": "Endpoints Node.js gRPC sample for Google App Engine",
44
"version": "0.0.1",
55
"private": true,
66
"license": "Apache Version 2.0",

0 commit comments

Comments
 (0)