diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki
index a4029785..91e78283 100644
--- a/bip-0159.mediawiki
+++ b/bip-0159.mediawiki
@@ -31,9 +31,9 @@ This BIP proposes two new service bits
{|class="wikitable"
|-
-| NODE_NETWORK_LIMITED_LOW || If signaled, the peer MUST be capable of serving at least the last 288 blocks (~2 day / the current minimum limit for Bitcoin Core).
+| NODE_NETWORK_LIMITED_LOW || bit 10 (0x400) || If signaled, the peer MUST be capable of serving at least the last 288 blocks (~2 day / the current minimum limit for Bitcoin Core).
|-
-| NODE_NETWORK_LIMITED_HIGH || If signaled, the peer MUST be capable of serving at least the last 1152 blocks (~8 days)
+| NODE_NETWORK_LIMITED_HIGH || bit 11 (0x800) || If signaled, the peer MUST be capable of serving at least the last 1152 blocks (~8 days)
|}
The required behaviour when signaling both bits (NODE_NETWORK_LIMITED_LOW & NODE_NETWORK_LIMITED_HIGH
) is currently undefined.