Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnigh authored and staylor committed May 7, 2024
1 parent b2bd03d commit 5f4da38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Will result in:
</html>
```

A list of prioritized tags and attributes can be found in [constants.js](./src/constants.js).
A list of prioritized tags and attributes can be found in [constants.ts](./src/constants.ts).

## Usage without Context
You can optionally use `<Helmet>` outside a context by manually creating a stateful `HelmetData` instance, and passing that stateful object to each `<Helmet>` instance:
Expand Down

0 comments on commit 5f4da38

Please sign in to comment.