Skip to content

Commit c3c6b6d

Browse files
📚 docs(README): Reference parent project.
1 parent a443432 commit c3c6b6d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Codec errors for JavaScript.
66
See [docs](https://codec-bytes.github.io/error/index.html).
7+
Parent is [@codec-bytes/about](https://github.com/codec-bytes/about).
78

89
[![License](https://img.shields.io/github/license/codec-bytes/error.svg)](https://raw.githubusercontent.com/codec-bytes/error/main/LICENSE)
910
[![Version](https://img.shields.io/npm/v/@codec-bytes/error.svg)](https://www.npmjs.org/package/@codec-bytes/error)
@@ -18,12 +19,3 @@ See [docs](https://codec-bytes.github.io/error/index.html).
1819
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/codec-bytes/error.svg)](https://codeclimate.com/github/codec-bytes/error/trends/technical_debt)
1920
[![Documentation](https://codec-bytes.github.io/error/badge.svg)](https://codec-bytes.github.io/error/source.html)
2021
[![Package size](https://img.shields.io/bundlephobia/minzip/@codec-bytes/error)](https://bundlephobia.com/result?p=@codec-bytes/error)
21-
22-
## String codecs
23-
24-
- [x] [@codec-bytes/ascii](https://github.com/codec-bytes/ascii)
25-
- [ ] [@codec-bytes/utf16](https://github.com/codec-bytes/utf16)
26-
- [ ] [@codec-bytes/utf8](https://github.com/codec-bytes/utf8)
27-
- [x] [@codec-bytes/base64](https://github.com/codec-bytes/base64)
28-
- [x] [@codec-bytes/base32](https://github.com/codec-bytes/base32)
29-
- [x] [@codec-bytes/base16](https://github.com/codec-bytes/base16)

0 commit comments

Comments
 (0)