Browse Source

Fix table syntax

Baptiste Jonglez 7 years ago
parent
commit
19e4508fde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -106,7 +106,7 @@ reference of the possible values.  Booleans are simply expressed with `0`
 and `1`.
 
 | Variable name      | Type     | Description                           | Reference                                                                                                            |
-|--------------------+----------+---------------------------------------+----------------------------------------------------------------------------------------------------------------------|
+|--------------------|----------|---------------------------------------|---------------------------------------------------------------------------------------------------------------------- |
 | `QUERY4_TYPE`      | `string` | Type of DHCP message                  | <https://jenkins.isc.org/job/Kea_doc/doxygen/d5/d8c/namespaceisc_1_1dhcp.html#aa5bfdcc4861aa3dab5328dba89362016>     |
 | `QUERY4_INTERFACE` | `string` | Interface on which query was received |                                                                                                                      |
 | `QUERY4_RELAYED`   | `bool`   |                                       | <https://jenkins.isc.org/job/Kea_doc/doxygen/de/d13/classisc_1_1dhcp_1_1Pkt4.html#a8468401827b9bacdd3796bb4e20d8e5e> |