From 7b55a55e7ef7faea79ee4834ffad69fa05f24bdd Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 27 Dec 2023 13:56:49 +0100 Subject: [PATCH] Change document h1 to "polyproto-core [...]" --- .vscode/ltex.hiddenFalsePositives.en-US.txt | 2 ++ SPECIFICATION.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/ltex.hiddenFalsePositives.en-US.txt b/.vscode/ltex.hiddenFalsePositives.en-US.txt index 7b8a4145..1b749ce1 100644 --- a/.vscode/ltex.hiddenFalsePositives.en-US.txt +++ b/.vscode/ltex.hiddenFalsePositives.en-US.txt @@ -6,3 +6,5 @@ {"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qquestion \"What if a server requests a federation token on behalf of a user?\\E$"} {"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qbug \"TODO\"\\E$"} {"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qv0.0.0 - Treat this as an unfinished draft.\\E$"} +{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qpolyproto-core Specification\\E$"} +{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qpolyproto-core Specification\n1.\\E$"} diff --git a/SPECIFICATION.md b/SPECIFICATION.md index d69d9171..a6b645fb 100644 --- a/SPECIFICATION.md +++ b/SPECIFICATION.md @@ -1,8 +1,8 @@ -# Polyproto Specification +# polyproto-core Specification **v0.0.0** - Treat this as an unfinished draft. -- [Polyproto Specification](#polyproto-specification) +- [polyproto-core Specification](#polyproto-core-specification) - [1. APIs and communication protocols](#1-apis-and-communication-protocols) - [1.1 Client-Server API](#11-client-server-api) - [1.1.1 Initial authentication](#111-initial-authentication)