You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
# @koddsson/context-protocol
1
+
# @open-wc/context-protocol
2
2
3
3
A Lit compatible implementation of the [context-protocol community protocol](https://github.com/webcomponents-cg/community-protocols/blob/main/proposals/context.md).
4
4
5
5
## Installation
6
6
7
7
```sh
8
-
npm install --save @koddsson/context-protocol
8
+
npm install --save @open-wc/context-protocol
9
9
```
10
10
11
11
## Usage
12
12
13
13
A component that implements the ProviderMixin will become a _Provider_ of data and a component that implements the ConsumerMixin will become a _Consumer_ of data.
0 commit comments