fixing the (damn markdown for showing a) table

no head, no table! :-D
(maybe it is better to have an empty row of table headings instead of showing no table)
This commit is contained in:
yater 2017-02-20 19:31:47 +01:00 committed by GitHub
parent 988467911c
commit 0bc12e18b0
1 changed files with 5 additions and 3 deletions

View File

@ -16,9 +16,11 @@ The code to create a new server looks like:
The full list of options is:
||log||You can optionally pass in a bunyan instance the client will use to acquire a logger.||
||certificate||A PEM-encoded X.509 certificate; will cause this server to run in TLS mode.||
||key||A PEM-encoded private key that corresponds to _certificate_ for SSL.||
| | |
| --- | --- |
| log | You can optionally pass in a bunyan instance the client will use to acquire a logger. |
| certificate | A PEM-encoded X.509 certificate; will cause this server to run in TLS mode. |
| key | A PEM-encoded private key that corresponds to _certificate_ for SSL. |
## Properties on the server object