Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Looks up a message by key from `MsgResourceContext` and renders it inside a `<sp

### Basic setup

Wrap your app (or a subtree) with `MsgResourceProvider`, then render messages with `MsgMessage`:
Wrap your app (or a subtree) with `MsgResourceProvider` passing in an `MsgResource` instance, then render messages with `MsgMessage`:

```tsx
import { MsgResource } from '@worldware/msg'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading