Skip to content

Commit bb9b055

Browse files
committed
docs: add Community section to README
1 parent 8934da5 commit bb9b055

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ next call to `next()` — copy anything you need to retain.
7979
- `decode(allocator, raw) ![]u8` / `decodeInto(&list, allocator, raw) !void`
8080
- `entity.lookup(name) ?[2]u21` — the underlying HTML5 named-entity table
8181

82+
## Community
83+
84+
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
85+
86+
[Discussions on GitHub](https://github.com/zig-utils/zig-xml/discussions)
87+
88+
For casual chit-chat with others using this package:
89+
90+
[Join the Stacks Discord Server](https://stacksjs.com/discord)
91+
8292
## License
8393

8494
MIT. The bundled HTML5 named-entity table is vendored from Bun (MIT) — see

0 commit comments

Comments
 (0)