From 1e4c4eab8ab462c096824e12ac6e8f04d7410c5c Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Sat, 2 Nov 2019 15:52:22 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9403053b..cf97cf85 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ These protocols define various components of the [vac](https://vac.dev) stack. ## Style guide - -All specs follow [RFC-2119](https://tools.ietf.org/html/rfc2119). Sequence diagrams are generated using [Mscgen](http://www.mcternan.me.uk/mscgen/) like this: `mscgen -T png -i input.msc -o output.png`. Both the source and generated image should be in source control. For ease of readability, the generated image is embedded inside the main spec document. + +## Meta + +The keywords “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt).