diff --git a/README.md b/README.md index 9913e3d66..4f6bde093 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ connection.close() In the above example: - `server-hostname` is the Databricks instance host name. -- `http-path` is the HTTP Path either to a Databricks SQL endpoint (e.g. /sql/1.0/endpoints/1234567890abcdef), -or to a Databricks Runtime interactive cluster (e.g. /sql/protocolv1/o/1234567890123456/1234-123456-slid123) +- `http-path` is the HTTP Path either to a Databricks SQL endpoint (e.g. `/sql/1.0/endpoints/1234567890abcdef`), +or to a Databricks Runtime interactive cluster (e.g. `/sql/protocolv1/o/1234567890123456/1234-123456-slid123`) - `personal-access-token` is the Databricks Personal Access Token for the account that will execute commands and queries