Fix typo-d flag in the installation docs.

This commit is contained in:
Dan Walker
2016-03-14 21:28:46 -04:00
parent bb4126bf3a
commit b9d3eedb9d
+1 -1
View File
@@ -95,7 +95,7 @@ The complete list of options:
<code>secret</code> but do not use the default in production! <code>secret</code> but do not use the default in production!
Load-balanced PostgREST servers should share the same secret.</dd> Load-balanced PostgREST servers should share the same secret.</dd>
<dt>-p, --pool</dt> <dt>-o, --pool</dt>
<dd>Max connections to use in db pool. Defaults to to 10, but you <dd>Max connections to use in db pool. Defaults to to 10, but you
should find an optimal value for your db by running the SQL should find an optimal value for your db by running the SQL
command <code>show max_connections;</code></dd> command <code>show max_connections;</code></dd>