Skip to content

Commit 3e21a14

Browse files
committed
docs: update Related Packages section with accurate categorization
1 parent eaaf704 commit 3e21a14

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,15 @@ public enum EmailAddressError: Error, Equatable, LocalizedError {
266266

267267
## Related Packages
268268

269-
- [swift-rfc-5321](https://github.com/swift-web-standards/swift-rfc-5321) - RFC 5321 SMTP email addresses
270-
- [swift-rfc-5322](https://github.com/swift-web-standards/swift-rfc-5322) - RFC 5322 Internet Message Format
271-
- [swift-rfc-6531](https://github.com/swift-web-standards/swift-rfc-6531) - RFC 6531 Internationalized email
272-
- [swift-domain-type](https://github.com/coenttb/swift-domain-type) - Type-safe domain names
269+
### Dependencies
270+
271+
- [swift-domain-type](https://github.com/coenttb/swift-domain-type): A Swift package with a type-safe Domain model.
272+
273+
### Used By
274+
275+
- [swift-authenticating](https://github.com/coenttb/swift-authenticating): A Swift package for type-safe HTTP authentication with URL routing integration.
276+
- [swift-types-foundation](https://github.com/coenttb/swift-types-foundation): A Swift package bundling essential type-safe packages for domain modeling.
277+
- [swift-web-foundation](https://github.com/coenttb/swift-web-foundation): A Swift package with tools to simplify web development.
273278

274279
## Requirements
275280

0 commit comments

Comments
 (0)