@@ -26,7 +26,7 @@ Connect to CrateDB
2626
2727.. _single-node:
2828
29- Connect to a Single Node
29+ Connect to a single node
3030========================
3131
3232To connect to a single CrateDB node, use the ``connect()`` function, like so:
@@ -65,7 +65,7 @@ for HTTP requests on port 4200, the node URL would be
6565
6666.. _multiple-nodes:
6767
68- Connect to Multiple Nodes
68+ Connect to multiple nodes
6969=========================
7070
7171To connect to one of multiple nodes, pass a list of database URLs to the
@@ -89,7 +89,7 @@ You can pass in as many node URLs as you like.
8989
9090.. _connection-options:
9191
92- Connection Options
92+ Connection options
9393==================
9494
9595HTTPS
109109 The CrateDB reference has a section on `setting up SSL`_. This will be
110110 useful background reading for the following two subsections.
111111
112- Server Verification
112+ Server verification
113113...................
114114
115115You can enable server SSL certificate verification by passing in the
@@ -126,7 +126,7 @@ Here's how you might do that::
126126Here, replace ``<CA_CERT_FILE>`` with the path to the CA certificate file.
127127
128128
129- Client Verification
129+ Client verification
130130...................
131131
132132The client also supports client verification via client certificates.
@@ -196,7 +196,7 @@ and password.
196196
197197.. _schema-selection:
198198
199- Schema Selection
199+ Schema selection
200200================
201201
202202You can select a schema using the optional ``schema`` argument, like so:
@@ -213,7 +213,7 @@ with the rest of your arguments.
213213
214214 However, you can query any schema you like by specifying it in the query.
215215
216- Next Steps
216+ Next steps
217217==========
218218
219219Once you're connected, you can :ref:`query CrateDB <query>`.
0 commit comments