Skip to content

Commit 31338ee

Browse files
committed
some readme stragglers
1 parent 894a06f commit 31338ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ will be automatically derived for the given `<types>`
311311
##### Example
312312

313313
```javascript
314-
import protocol from '@zkat/protocols'
314+
import protocol from 'protoduck'
315315

316316
// Singly-dispatched protocols
317317
const Show = protocol({
@@ -330,7 +330,7 @@ f.show() === '[object Foo(alex)]'
330330
```
331331

332332
```javascript
333-
import protocol from '@zkat/protocols'
333+
import protocol from 'protoduck'
334334

335335
// Multi-dispatched protocols
336336
const Comparable = protocol(['target'], {

0 commit comments

Comments
 (0)