Skip to content

Commit 38a4575

Browse files
committed
docs: update permalink of demo
1 parent 3f6dcb2 commit 38a4575

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
The goal of promise-async is to port [Promise][promise] & [Async][async] from JavaScript to Lua.
77

88
> A value returned by async function in JavaScript is actually a Promise Object. It's incomplete and
9-
> inflexible for using an async function wrapped by bare coroutine without Promise.
9+
> inflexible for using an async function wrapped by bare coroutine without Promise in almost Lua
10+
> implementation.
1011
1112
- [Features](#features)
1213
- [Demonstration](#demonstration)
@@ -45,11 +46,11 @@ The goal of promise-async is to port [Promise][promise] & [Async][async] from Ja
4546

4647
#### demo.lua
4748

48-
<https://github.com/kevinhwang91/promise-async/blob/8177d6e6ab8dae4ca5f26caf3bdc23f632595d40/examples/demo.lua#L17-L82>
49+
<https://github.com/kevinhwang91/promise-async/blob/3f6dcb2f0f546e8be7e170785f07f71ef6afab34/examples/demo.lua#L17-L82>
4950

5051
#### demo.js
5152

52-
<https://github.com/kevinhwang91/promise-async/blob/8177d6e6ab8dae4ca5f26caf3bdc23f632595d40/examples/demo.js#L1-L58>
53+
<https://github.com/kevinhwang91/promise-async/blob/3f6dcb2f0f546e8be7e170785f07f71ef6afab34/examples/demo.js#L1-L58>
5354

5455
## Quickstart
5556

0 commit comments

Comments
 (0)