Skip to content

Commit 2eaa074

Browse files
committed
update readme
1 parent 9cefcba commit 2eaa074

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

appengine-java8/pubsub/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33

44
## Endpoints
5-
GET `/` : Homepage provides a form to submit a message to be published
6-
GET `/info` : Returns environment information
7-
GET `/publish` : returns message ID on successfully publishing a message
5+
- GET `/` : Homepage provides a form to submit a message to be published
6+
- GET `/info` : Returns environment information
7+
- GET `/publish` : returns message ID on successfully publishing a message
88

99

1010
## Setup
1111

12-
1. Make sure [`gcloud`](https://cloud.google.com/sdk/docs/) is installed and authenticated.
13-
1. [Enable](https://console.cloud.google.com/launcher/details/google-cloud-platform/cloud-pub-sub)
12+
- Make sure [`gcloud`](https://cloud.google.com/sdk/docs/) is installed and authenticated.
13+
- [Enable](https://console.cloud.google.com/launcher/details/google-cloud-platform/cloud-pub-sub)
1414
Google Cloud Pub/Sub API in your Google Cloud Platform project.
15-
1. Create a topic
16-
```
15+
- Create a topic:
16+
```
1717
gcloud beta pubsub topics create <your-topic-name>
18-
```
19-
1. Update the environment variables `PUBSUB_TOPIC` in [`appengine-web.xml`](src/main/webapp/WEB-INF/appengine-web.xml).
18+
```
19+
- Update the environment variables `PUBSUB_TOPIC` in [`appengine-web.xml`](src/main/webapp/WEB-INF/appengine-web.xml).
2020

2121
## Run locally
2222
Set the following environment variables and run using shown Maven command. You can then

0 commit comments

Comments
 (0)