Skip to content

Commit 5d682b3

Browse files
committed
chore: update readme [ci skip]
1 parent 1f62e73 commit 5d682b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ await fn.async() // true
7070

7171
## Build-time Macro
7272

73-
If you don't like the `function*` and `yield*` syntax, we also provide a build-time macro via [unplugin-quansync](https://github.com/unplugin/unplugin-quansync#usage) allowing you use quansync with async/await syntax, while still able to get the sync version out of that.
73+
If you don't like the `function*` and `yield*` syntax, we also provide a build-time macro via [unplugin-quansync](https://github.com/quansync-dev/unplugin-quansync#usage) allowing you use quansync with async/await syntax, while still able to get the sync version out of that.
7474

7575
Here is an example:
7676

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"contributors": [
99
{
10-
"name": "三咲智子 Kevin Deng",
10+
"name": "Kevin Deng",
1111
"email": "sxzz@sxzz.moe"
1212
}
1313
],

0 commit comments

Comments
 (0)