Skip to content

Commit 9cfa0c2

Browse files
committed
Fix import in readme
1 parent 22aca95 commit 9cfa0c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm add yieldmachine
1818
## Examples
1919

2020
```javascript
21-
import { call, on, start } from "yieldmachine";
21+
import { entry, on, start } from "yieldmachine";
2222

2323
const exampleURL = new URL("https://example.org/");
2424
function fetchData() {

0 commit comments

Comments
 (0)