diff --git a/appengine/cloudsql/README.md b/appengine/cloudsql/README.md
index 636cfb1753f..bf8dbb101a5 100644
--- a/appengine/cloudsql/README.md
+++ b/appengine/cloudsql/README.md
@@ -6,7 +6,8 @@ Before you can run or deploy the sample, you will need to create a [Cloud SQL in
## Running locally
1. You will need to be running a local instance of MySQL.
1. Update the connection string in ``appengine-web.xml`` with your local MySQL instance values.
- $ mvn clean appengine:devserver
+
`$ mvn clean appengine:devserver`
+
## Deploying
1. Update the connection string in ``appengine-web.xml`` with your Cloud SQL instance values.
- $ mvn clean appengine:update
+
`$ mvn clean appengine:update`