From 8aec2b21a9ed1a7e493c12f60189de2308619afa Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 22 Jan 2026 16:19:20 +0100 Subject: [PATCH] Fix markdown table formatting in server documentation Co-Authored-By: Claude Opus 4.5 --- docs/server-implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server-implementation.md b/docs/server-implementation.md index 97351ad..f7fde97 100644 --- a/docs/server-implementation.md +++ b/docs/server-implementation.md @@ -245,7 +245,7 @@ add_action('init', function() { Every signed response includes: | Header | Description | Example | -|--------|-------------|---------| +| -------- | ------------- | --------- | | `X-License-Signature` | HMAC-SHA256 signature (hex) | `a1b2c3d4...` (64 chars) | | `X-License-Timestamp` | Unix timestamp when signed | `1706000000` |