Merge pull request #528 from rowdypixel/patch-1

Fix typo-d flag in the installation docs.
This commit is contained in:
Joe Nelson
2016-03-18 09:47:46 -07:00
+1 -1
View File
@@ -95,7 +95,7 @@ The complete list of options:
<code>secret</code> but do not use the default in production!
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
should find an optimal value for your db by running the SQL
command <code>show max_connections;</code></dd>