Skip to content

Commit

Permalink
docs(protocol-tag-utils): add solution section in README #1059
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Oct 31, 2024
1 parent aa81fda commit 56f5adf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protocol-tag-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags. Browser, Node, Bun, and Deno compatible.
<!-- toc -->

- [Why](#why)
- [Solution](#solution)
- [Usage](#usage)
- [`findAll`](#findall)
- [`findAllByName`](#findallbyname)
Expand Down Expand Up @@ -51,6 +52,8 @@ const tags = [
This ambuguity can lead to unexpected behavior in workarounds in subsequent
implementations.

## Solution

By enforcing one additional simple convention, this ambiguity is massively
curtailed:

Expand Down

0 comments on commit 56f5adf

Please sign in to comment.