diff options
author | Profpatsch <mail@profpatsch.de> | 2021-01-23T15·35+0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2021-01-23T15·37+0000 |
commit | 81d55713987dd3b78786132434f0673cfb83ae3e (patch) | |
tree | 28be0a95e51855570cab38d14f16cdc196a5a210 /users/Profpatsch/netstring | |
parent | 222016a174ba08842d3c80cede846c284c7cb035 (diff) |
feat(users/Profpatsch/netencode): rename spec -> README r/2139
Change-Id: I0afda1c3705b8789cf6a0c57f7b74d005deb4ff5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2433 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
Diffstat (limited to 'users/Profpatsch/netstring')
-rw-r--r-- | users/Profpatsch/netstring/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/netstring/README.md b/users/Profpatsch/netstring/README.md index 4413d88ee430..b8daea11d158 100644 --- a/users/Profpatsch/netstring/README.md +++ b/users/Profpatsch/netstring/README.md @@ -10,7 +10,7 @@ foo! -> 4:foo!, They can be used to encode e.g. lists by simply concatenating and reading them in one-by-one. -If you need a more complex encoding, you could start encoding e.g. tuples as netstrings-in-netstrings, or you could use [`netencode`](../netcencode/spec.md) instead, which is what-if-json-but-netstrings, and takes the idea of netstrings to their logical conclusion. +If you need a more complex encoding, you could start encoding e.g. tuples as netstrings-in-netstrings, or you could use [`netencode`](../netencode/README.md) instead, which is what-if-json-but-netstrings, and takes the idea of netstrings to their logical conclusion. Resources: |