Collected markedown fixes around syntax.

This commit is contained in:
Tim Hockin
2015-07-20 09:40:32 -07:00
parent 5450afdabc
commit 995a7aef29
23 changed files with 43 additions and 80 deletions

View File

@@ -134,7 +134,7 @@ The external load balancer allows us to access the service from outside via an e
Note that you may need to create a firewall rule to allow the traffic, assuming you are using Google Compute Engine:
```
```console
$ gcloud compute firewall-rules create rethinkdb --allow=tcp:8080
```