@quo-systems/quo 0.2.17 → 0.2.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,9 +13,10 @@ Nothing else is Quo.
|
|
|
13
13
|
beings and judges its door.
|
|
14
14
|
- **Being.** One ordinary object, one voice.
|
|
15
15
|
|
|
16
|
-
[`SPEC.md`](SPEC.md) is the truth. It is the protocol
|
|
17
|
-
any language must do for its bytes to be Quo. It is
|
|
18
|
-
assumes nothing from any other document, this README
|
|
16
|
+
[`protocol/SPEC.md`](protocol/SPEC.md) is the truth. It is the protocol
|
|
17
|
+
alone: what any ward in any language must do for its bytes to be Quo. It is
|
|
18
|
+
self-contained and assumes nothing from any other document, this README
|
|
19
|
+
included. Read it first.
|
|
19
20
|
[`quo-kit.md`](quo-kit.md) is this kit: what one TypeScript
|
|
20
21
|
implementation chose and another kit may refuse. It assumes the spec, and
|
|
21
22
|
where the two disagree the spec wins.
|